brett 2004/05/21 20:00:20
Modified: ant/src/plugin-test maven.xml
Log:
don't <get/> in the test
Revision Changes Path
1.5 +2 -1 maven-plugins/ant/src/plugin-test/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ant/src/plugin-test/maven.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- maven.xml 9 May 2004 22:44:30 -0000 1.4
+++ maven.xml 22 May 2004 03:00:20 -0000 1.5
@@ -29,6 +29,7 @@
<assert:assertFileExists file="${basedir}/build.xml"/>
+ <ant:property name="noget" value="noget" />
<ant:ant/>
<assert:assertFileExists
file="${maven.build.dest}/directory-1/file1.properties"/>
@@ -38,4 +39,4 @@
<delete file="${basedir}/build.xml"/>
</goal>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]