Remove unused code

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115861 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2004-07-19 18:13:09 +00:00
parent b23c94e67a
commit dffcfbfcbe

View File

@@ -354,24 +354,6 @@
usetimestamp="true"
ignoreerrors="true"
/></j:forEach>
<!-- force junit for tests -->
<!--
<get
src="${repo}/junit/jars/junit-3.8.1.jar"
dest="$${libdir}/junit-3.8.1.jar"
usetimestamp="true"
ignoreerrors="true"/>
<get
src="${repo}/ant/jars/ant-1.5.jar"
dest="$${libdir}/ant-1.5.jar"
usetimestamp="true"
ignoreerrors="true"/>
<get
src="${repo}/ant/jars/ant-optional-1.5.jar"
dest="$${libdir}/ant-optional-1.5.jar"
usetimestamp="true"
ignoreerrors="true"/>
-->
</target>
<!-- ================================================================== -->