Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/java/apache-commons-httpclient/files/patch-build.xml
18157 views
1
--- build.xml.orig 2007-10-28 09:00:18.000000000 +0100
2
+++ build.xml 2007-10-28 09:00:37.000000000 +0100
3
@@ -184,13 +184,13 @@
4
optimize ="${compile.optimize}">
5
<classpath refid="compile.classpath"/>
6
</javac>
7
- <javac srcdir ="${source.home}/examples"
8
+ <!--javac srcdir ="${source.home}/examples"
9
destdir ="${build.home}/examples"
10
debug ="${compile.debug}"
11
deprecation ="${compile.deprecation}"
12
optimize ="${compile.optimize}">
13
<classpath refid="compile.classpath"/>
14
- </javac>
15
+ </javac-->
16
</target>
17
18
<target name="compile.tests" depends="compile"
19
20