You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/01/18 22:40:33 UTC

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

Author: slaws
Date: Mon Jan 18 21:40:32 2010
New Revision: 900580

URL: http://svn.apache.org/viewvc?rev=900580&view=rev
Log:
Put another sca client api test into the build

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=900580&r1=900579&r2=900580&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/pom.xml Mon Jan 18 21:40:32 2010
@@ -73,6 +73,10 @@
                 <module>recursive-multi-level</module>
                 <module>references</module>
                 <module>scaclient-api</module>
+<!-- TUSCANY-3424 - SCAClient in JSE with OSGi runtime not yet supported
+                <module>scaclient-api-jse-osgi</module>
+-->
+                <module>scaclient-api-osgi</module>
                 <module>scopes</module>
                 <module>scdl</module>
                 <module>services</module>
@@ -164,4 +168,4 @@
   <modules>
     <module>jaxws</module>
   </modules>
-</project>
\ No newline at end of file
+</project>