You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/01/21 00:26:42 UTC

svn commit: r125857 - /maven/maven-1/plugins/trunk/ant/src/plugin-test/maven.xml

Author: aheritier
Date: Thu Jan 20 15:26:40 2005
New Revision: 125857

URL: http://svn.apache.org/viewcvs?view=rev&rev=125857
Log:
Remove the noget test. It's incompatible to run test cases.
Modified:
   maven/maven-1/plugins/trunk/ant/src/plugin-test/maven.xml

Modified: maven/maven-1/plugins/trunk/ant/src/plugin-test/maven.xml
Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ant/src/plugin-test/maven.xml?view=diff&rev=125857&p1=maven/maven-1/plugins/trunk/ant/src/plugin-test/maven.xml&r1=125856&p2=maven/maven-1/plugins/trunk/ant/src/plugin-test/maven.xml&r2=125857
==============================================================================
--- maven/maven-1/plugins/trunk/ant/src/plugin-test/maven.xml	(original)
+++ maven/maven-1/plugins/trunk/ant/src/plugin-test/maven.xml	Thu Jan 20 15:26:40 2005
@@ -22,7 +22,6 @@
   <goal name="test-ant">
     <attainGoal name="ant"/>
     <assert:assertFileExists file="${basedir}/build.xml"/>
-    <ant:property name="noget" value="noget"/>
     <ant:ant/>
     <!-- load build.xml file and check that 'target' property is relative -->
     <u:file name="${basedir}/build.xml" var="buildFile"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org