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>