diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-30 20:50:50 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-30 20:50:50 +0000 |
commit | 558c9a6e124be87606d92cbef75a2ecf46579985 (patch) | |
tree | 6abcc9f1fc50d2d63a8e767ffa50067eb6c9a3b9 /branches/sca-java-1.x/modules | |
parent | 7b8e8027e45ff675945bf12555d151ba9d775c85 (diff) |
Re-enabled the web-javascript and web-javascript-dojo modules that appear to have been inadvertently disabled as part of SVN commit 811232 (See http://svn.apache.org/viewvc?view=rev&sortby=date&revision=811232) as these modules are needed for the atom and jsonrpc bindings
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules')
-rw-r--r-- | branches/sca-java-1.x/modules/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/modules/pom.xml b/branches/sca-java-1.x/modules/pom.xml index f596d3b90b..10bab3e8bb 100644 --- a/branches/sca-java-1.x/modules/pom.xml +++ b/branches/sca-java-1.x/modules/pom.xml @@ -182,8 +182,8 @@ <module>policy-transaction</module> <module>sca-api</module> <module>sca-api-extension</module> - <!--module>web-javascript</module> - <module>web-javascript-dojo</module--> + <module>web-javascript</module> + <module>web-javascript-dojo</module> <module>workspace</module> <module>workspace-impl</module> <module>workspace-xml</module> |