summaryrefslogtreecommitdiff
path: root/java/jakarta-commons-httpclient/files
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-10-28 08:05:21 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-10-28 08:05:21 +0000
commit0faabad8877fb7441f245fe5415ab733cbbb1561 (patch)
tree3ffde640fde1196e8be65acb0d1a74963017a22c /java/jakarta-commons-httpclient/files
parentDisable 'make test' on the build cluster, since it is failing with a (diff)
Update to 3.1 release.
Diffstat (limited to 'java/jakarta-commons-httpclient/files')
-rw-r--r--java/jakarta-commons-httpclient/files/patch-build.xml37
1 files changed, 14 insertions, 23 deletions
diff --git a/java/jakarta-commons-httpclient/files/patch-build.xml b/java/jakarta-commons-httpclient/files/patch-build.xml
index de7ff4e2bc73..98ba3dfbfef7 100644
--- a/java/jakarta-commons-httpclient/files/patch-build.xml
+++ b/java/jakarta-commons-httpclient/files/patch-build.xml
@@ -1,27 +1,18 @@
---- build.xml.orig Sun May 7 16:22:18 2006
-+++ build.xml Sun Jun 17 14:12:16 2007
-@@ -158,10 +158,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 ===================== -->
-@@ -181,13 +177,6 @@
- description="Compile shareable components">
- <javac srcdir ="${source.home}/java"
- destdir ="${build.home}/classes"
-- debug ="${compile.debug}"
-- deprecation ="${compile.deprecation}"
-- optimize ="${compile.optimize}">
-- <classpath refid="compile.classpath"/>
-- </javac>
+--- build.xml.orig 2007-10-28 09:00:18.000000000 +0100
++++ build.xml 2007-10-28 09:00:37.000000000 +0100
+@@ -184,13 +184,13 @@
+ optimize ="${compile.optimize}">
+ <classpath refid="compile.classpath"/>
+ </javac>
- <javac srcdir ="${source.home}/examples"
-- destdir ="${build.home}/examples"
++ <!--javac srcdir ="${source.home}/examples"
+ destdir ="${build.home}/examples"
debug ="${compile.debug}"
deprecation ="${compile.deprecation}"
optimize ="${compile.optimize}">
+ <classpath refid="compile.classpath"/>
+- </javac>
++ </javac-->
+ </target>
+
+ <target name="compile.tests" depends="compile"