You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/05/21 20:10:43 UTC

svn commit: r540216 - /incubator/tuscany/branches/sca-java-0.90/samples/implementation-crud-client/build.xml

Author: lresende
Date: Mon May 21 11:10:42 2007
New Revision: 540216

URL: http://svn.apache.org/viewvc?view=rev&rev=540216
Log:
Fixing package name to properly run the sample using ant.

Modified:
    incubator/tuscany/branches/sca-java-0.90/samples/implementation-crud-client/build.xml

Modified: incubator/tuscany/branches/sca-java-0.90/samples/implementation-crud-client/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.90/samples/implementation-crud-client/build.xml?view=diff&rev=540216&r1=540215&r2=540216
==============================================================================
--- incubator/tuscany/branches/sca-java-0.90/samples/implementation-crud-client/build.xml (original)
+++ incubator/tuscany/branches/sca-java-0.90/samples/implementation-crud-client/build.xml Mon May 21 11:10:42 2007
@@ -17,7 +17,7 @@
  * under the License.    
 -->
 <project name="implementation-crud-client" default="compile">
-    <property name="test.class" value="crud.CRUDClient" />
+    <property name="test.class" value="crud.client.CRUDClient" />
 	<property name="test.jar"   value="sample-implementation-crud-client.jar" />
 	
     <target name="init">



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org