You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2007/05/09 19:11:25 UTC

svn commit: r536591 - /incubator/tuscany/java/sca/samples/binding-echo/build.xml

Author: slaws
Date: Wed May  9 10:11:24 2007
New Revision: 536591

URL: http://svn.apache.org/viewvc?view=rev&rev=536591
Log:
don't include junit tests for ant build as junit is not currently shipped with the binary distro

Modified:
    incubator/tuscany/java/sca/samples/binding-echo/build.xml

Modified: incubator/tuscany/java/sca/samples/binding-echo/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo/build.xml?view=diff&rev=536591&r1=536590&r2=536591
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo/build.xml (original)
+++ incubator/tuscany/java/sca/samples/binding-echo/build.xml Wed May  9 10:11:24 2007
@@ -41,6 +41,8 @@
             <classpath>
             	<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
             </classpath>
+            <exclude name="echo/EchoReferenceTestCase.java"/>
+            <exclude name="echo/EchoServiceTestCase.java"/>        	
         </javac> 
         <copy todir="target/classes">
             <fileset dir="src/main/resources"/>



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