Remove test

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2004-07-05 14:32:10 +00:00
parent 1c57ec564c
commit 60cde020a9

View File

@@ -108,16 +108,5 @@
<assert:assertEquals expected="5" value="${count.intValue().toString()}"/>
</goal>
<goal name="test1">
<u:file var="dude" name="${maven.build.dir}"/>
<echo>Dude ${dude}</echo>
<echo>Dude Parent ${dude.parent}</echo>
<echo>Dude Parent ${dude.files}</echo>
<j:forEach var="file" items="${dude.listFiles()}">
<echo>file ${file}</echo>
</j:forEach>
</goal>
</project>