You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/03/28 02:21:50 UTC

svn commit: r1306072 - /lucene/dev/branches/lucene3930/lucene/common-build.xml

Author: uschindler
Date: Wed Mar 28 00:21:50 2012
New Revision: 1306072

URL: http://svn.apache.org/viewvc?rev=1306072&view=rev
Log:
add maven-ant-tasks

Modified:
    lucene/dev/branches/lucene3930/lucene/common-build.xml

Modified: lucene/dev/branches/lucene3930/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/lucene/common-build.xml?rev=1306072&r1=1306071&r2=1306072&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/lucene/common-build.xml (original)
+++ lucene/dev/branches/lucene3930/lucene/common-build.xml Wed Mar 28 00:21:50 2012
@@ -68,12 +68,6 @@
     <fileset dir="${common.dir}/test-framework/lib" includes="ant-*.jar"/>
   </path>
 
-  <path id="maven-ant-tasks.classpath">
-    <fileset dir="${common.dir}/lib">
-      <include name="maven-ant-tasks-*.jar"/>
-    </fileset>
-  </path>
-
   <!-- default arguments to pass to JVM executing tests -->
   <property name="testmethod" value=""/>
   <property name="args" value=""/>