diff options
author | Alex Dupre <ale@FreeBSD.org> | 2019-12-30 09:15:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2019-12-30 09:15:29 +0000 |
commit | 948a28f6b6f0d035c764e9e3d63f1c4a88f776b5 (patch) | |
tree | 1d63bbbaeb612909f6da0728bd54d8d719025329 /java/apache-commons-httpclient/files | |
parent | devel/catch: update to 2.11.1 (diff) |
Rename my jakarta- ports to apache-
Notes
Notes:
svn path=/head/; revision=521475
Diffstat (limited to 'java/apache-commons-httpclient/files')
-rw-r--r-- | java/apache-commons-httpclient/files/patch-build.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/apache-commons-httpclient/files/patch-build.xml b/java/apache-commons-httpclient/files/patch-build.xml new file mode 100644 index 000000000000..98ba3dfbfef7 --- /dev/null +++ b/java/apache-commons-httpclient/files/patch-build.xml @@ -0,0 +1,18 @@ +--- 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" ++ <!--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" |