Files
libreoffice/apache-commons/patches/httpclient_no_javadoc.patch
Pedro Giffuni adda54b521 Update Apache Commons
Update commons-codec to version 1.6.
Update commons-lang to version 2.4.
Patch common-httpclient to avoid building issues
with OpenJDK-7.

These versions maintain ABI compatibility while
using features from newer Java versions and
have been tested on the FreeBSD port.

Change-Id: I6aec2b6d22fc3335ffbdda9558f475313ef53c85
2013-03-26 17:07:07 +01:00

12 lines
493 B
Diff

--- 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}"/>