diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-14 12:10:46 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-14 12:10:46 +0000 |
commit | ce32ef82eaa429ca22de05b47c6b5c8e6b837ea7 (patch) | |
tree | 540679e711b38ed56508a6c96279cd07d704def8 /sca-java-2.x/trunk/distribution/tomcat | |
parent | a33e6969d0c5fd13b4801dfa34b645c931157069 (diff) |
Add the Java SE client to reactor build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/distribution/tomcat')
-rw-r--r-- | sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml index d77f0e8b3c..2d57bf9a55 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml @@ -33,6 +33,7 @@ <modules> <module>helloworld-service-contribution</module> <module>helloworld-reference-contribution</module> + <module>helloworld-scaclient-javase</module> <module>helloworld-scaclient-jsp</module> <module>helloworld-scaclient-servlet</module> <module>helloworld-client-webapp</module> |