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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
