diff options
Diffstat (limited to 'java/jakarta-commons-httpclient/files')
-rw-r--r-- | java/jakarta-commons-httpclient/files/patch-build.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jakarta-commons-httpclient/files/patch-build.xml b/java/jakarta-commons-httpclient/files/patch-build.xml new file mode 100644 index 000000000000..bf2184153274 --- /dev/null +++ b/java/jakarta-commons-httpclient/files/patch-build.xml @@ -0,0 +1,13 @@ +--- 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 ===================== --> |