summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-18 21:40:32 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-18 21:40:32 +0000
commit7342c3e071a45a09ad62d951c104042c5ed48286 (patch)
treea30b6f01a39447dd2aeb14dff758e3f4e1f73538 /sca-java-2.x
parentaf763002abffb0791b9b92f16511fdfb26a5ec4a (diff)
Put another sca client api test into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/itest/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/itest/pom.xml b/sca-java-2.x/trunk/itest/pom.xml
index 6a6d2ad613..564fe76e6d 100644
--- a/sca-java-2.x/trunk/itest/pom.xml
+++ b/sca-java-2.x/trunk/itest/pom.xml
@@ -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>