You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2010/05/19 04:47:36 UTC

svn commit: r946001 - /tuscany/sca-java-2.x/trunk/itest/pom.xml

Author: rfeng
Date: Wed May 19 02:47:35 2010
New Revision: 946001

URL: http://svn.apache.org/viewvc?rev=946001&view=rev
Log:
Fix the module tag

Modified:
    tuscany/sca-java-2.x/trunk/itest/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/pom.xml?rev=946001&r1=946000&r2=946001&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/pom.xml Wed May 19 02:47:35 2010
@@ -83,7 +83,7 @@
                 <module>scaclient-api-osgi</module>
                 <module>scaclient-api-remote</module>
                 <module>scopes</module>
-                < module>scdl</module>
+                <module>scdl</module>
                 <module>services</module>
                 <module>service-reference</module>
                 <module>wires</module>