summaryrefslogtreecommitdiff
path: root/apache-commons
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2012-07-09 07:30:48 +0000
committerAndre Fischer <af@apache.org>2012-07-09 07:30:48 +0000
commit73e01c6931df3f548a423ae37fc48368dd9b65d7 (patch)
tree14e456ac36f2183819d77c9d28365c8c2abb7543 /apache-commons
parent3c819ecc10e46bd8986cb0752115fa7abf473f17 (diff)
Do not build javadoc for httpclient.
It is not delivered. Patch by: Tsutomu Uchino Review and additional changes by: Andre Fischer
Notes
Diffstat (limited to 'apache-commons')
-rw-r--r--apache-commons/java/httpclient/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/apache-commons/java/httpclient/makefile.mk b/apache-commons/java/httpclient/makefile.mk
index c506952d72a5..900c6f6fc955 100644
--- a/apache-commons/java/httpclient/makefile.mk
+++ b/apache-commons/java/httpclient/makefile.mk
@@ -45,10 +45,12 @@ TARFILE_MD5=2c9b0f83ed5890af02c0df1c1776f39b
TARFILE_ROOTDIR=commons-httpclient-3.1
-PATCH_FILES=$(PRJ)$/patches$/httpclient.patch
+PATCH_FILES= \
+ $(PRJ)$/patches$/httpclient.patch \
+ $(PRJ)$/patches$/httpclient_no_javadoc.patch
#CONVERTFILES=build.xml
-
+
OUT2CLASS=dist$/commons-httpclient.jar
COMMONS_LOGGING_JAR=..$/..$/..$/..$/$(INPATH)$/class$/commons-logging-1.1.1-SNAPSHOT.jar