freebsd-ports/java/jakarta-commons-httpclient/files/patch-build.xml
2004-10-17 13:32:16 +00:00

13 lines
419 B
XML

--- build.xml.orig Sun Oct 17 01:24:11 2004
+++ build.xml Sun Oct 17 01:26:18 2004
@@ -199,10 +199,6 @@
<copy todir="${dist.home}/src" filtering="on">
<fileset dir="${source.home}"/>
</copy>
- <mkdir dir="${dist.home}/lib"/>
- <copy todir="${dist.home}/lib">
- <fileset dir="lib"/>
- </copy>
</target>
<!-- ========== Targets: "External" Targets: Clean-up ===================== -->