summaryrefslogtreecommitdiff
path: root/java/jakarta-commons-httpclient/files
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-10-17 13:32:16 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-10-17 13:32:16 +0000
commit95a6bb8fb7757f22453fe2b6cee28a7187fb6370 (patch)
treee97a34fd4fc4db7830d2257042cc5f679b73a8e7 /java/jakarta-commons-httpclient/files
parentRename bookcase to tellico after repocopy and remove bookcase (diff)
Add jakarta-commons-httpclient 2.0.2, a package implementing the client
side of the HTTP standard.
Diffstat (limited to 'java/jakarta-commons-httpclient/files')
-rw-r--r--java/jakarta-commons-httpclient/files/patch-build.xml13
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 ===================== -->