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

svn commit: r935627 - in /tuscany/sca-java-2.x/trunk/distribution/tomcat/testing: helloworld-scaclient-javase/ pom.xml

Author: antelder
Date: Mon Apr 19 15:40:40 2010
New Revision: 935627

URL: http://svn.apache.org/viewvc?rev=935627&view=rev
Log:
Delete javase test client as there's now the sample helloworld-scaclient which does the same thing

Removed:
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-javase/
Modified:
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml?rev=935627&r1=935626&r2=935627&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml Mon Apr 19 15:40:40 2010
@@ -33,7 +33,6 @@
     <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>