You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/01/22 15:47:38 UTC

svn commit: r614210 - /webservices/axis2/trunk/java/modules/integration/itest-build.xml

Author: dims
Date: Tue Jan 22 06:47:34 2008
New Revision: 614210

URL: http://svn.apache.org/viewvc?rev=614210&view=rev
Log:
remove unnecessary copying of groovy jar

Modified:
    webservices/axis2/trunk/java/modules/integration/itest-build.xml

Modified: webservices/axis2/trunk/java/modules/integration/itest-build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/itest-build.xml?rev=614210&r1=614209&r2=614210&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-build.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-build.xml Tue Jan 22 06:47:34 2008
@@ -342,10 +342,6 @@
 		<copy file="../samples/deprecated/groovy/src/sample/groovy/META-INF/services.xml"
                   tofile="target/sample/groovy/META-INF/services.xml"/>
 
-		<copy todir="target/sample/groovy/lib/" flatten="true">
-			<fileset dir="${maven.repo.local}/groovy/" includes="**/groovy-all-${groovy.all.version}.jar"/>
-		</copy>
-
 		<!-- Groovy repository -->
 		<mkdir dir="target/groovyRepo"/>
 		<mkdir dir="target/groovyRepo/conf"/>



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