You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by mc...@apache.org on 2009/09/30 22:50:51 UTC

svn commit: r820441 - /tuscany/branches/sca-java-1.x/modules/pom.xml

Author: mcombellack
Date: Wed Sep 30 20:50:50 2009
New Revision: 820441

URL: http://svn.apache.org/viewvc?rev=820441&view=rev
Log:
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

Modified:
    tuscany/branches/sca-java-1.x/modules/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/pom.xml?rev=820441&r1=820440&r2=820441&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/pom.xml Wed Sep 30 20:50:50 2009
@@ -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>