aheritier 2004/07/19 11:13:09
Modified: ant/src/plugin-resources/templates build.jelly
Log:
Remove unused code
Revision Changes Path
1.21 +0 -18 maven-plugins/ant/src/plugin-resources/templates/build.jelly
Index: build.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/ant/src/plugin-resources/templates/build.jelly,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.jelly 19 Jul 2004 18:12:04 -0000 1.20
+++ build.jelly 19 Jul 2004 18:13:09 -0000 1.21
@@ -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>
<!-- ================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]