summaryrefslogtreecommitdiff
path: root/apache-commons
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2012-07-10 13:06:59 +0000
committerAndre Fischer <af@apache.org>2012-07-10 13:06:59 +0000
commitef158ab23e7bf6fd8241a1844603895a074d8c73 (patch)
tree4eecdc4e0a5994613b06912f70e6c5974234e3b0 /apache-commons
parent6cecd60ceff2c5064bcca677514d06d6e410654d (diff)
Added missing patch file.
Notes
Diffstat (limited to 'apache-commons')
-rw-r--r--apache-commons/patches/httpclient_no_javadoc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/apache-commons/patches/httpclient_no_javadoc.patch b/apache-commons/patches/httpclient_no_javadoc.patch
new file mode 100644
index 000000000000..a9bd95de1d17
--- /dev/null
+++ b/apache-commons/patches/httpclient_no_javadoc.patch
@@ -0,0 +1,11 @@
+--- misc/commons-httpclient-3.1/build.xml 2007-08-18 11:02:14.000000000 +0200
++++ misc/build/commons-httpclient-3.1/build.xml 2012-07-09 09:59:21.364830700 +0200
+@@ -142,7 +142,7 @@
+
+ <!-- ========== Targets: "External" Targets =============================== -->
+
+- <target name="dist" depends="compile,doc"
++ <target name="dist" depends="compile"
+ description="Create binary distribution">
+ <mkdir dir="${dist.home}"/>
+ <copy file="LICENSE.txt" todir="${dist.home}"/>