mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-18 14:31:18 +02:00
create bsd12 branch
This commit is contained in:
18
java/jakarta-commons-httpclient/files/patch-build.xml
Normal file
18
java/jakarta-commons-httpclient/files/patch-build.xml
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user