mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build.
This commit is contained in:
parent
40e4d372ff
commit
bbdfad1ab8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193718
1 changed files with 17 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- build.xml.orig Sun Oct 17 01:24:11 2004
|
--- build.xml.orig Sun May 7 16:22:18 2006
|
||||||
+++ build.xml Sun Oct 17 01:26:18 2004
|
+++ build.xml Sun Jun 17 14:12:16 2007
|
||||||
@@ -199,10 +199,6 @@
|
@@ -158,10 +158,6 @@
|
||||||
<copy todir="${dist.home}/src" filtering="on">
|
<copy todir="${dist.home}/src" filtering="on">
|
||||||
<fileset dir="${source.home}"/>
|
<fileset dir="${source.home}"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
@ -11,3 +11,17 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- ========== Targets: "External" Targets: Clean-up ===================== -->
|
<!-- ========== 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>
|
||||||
|
- <javac srcdir ="${source.home}/examples"
|
||||||
|
- destdir ="${build.home}/examples"
|
||||||
|
debug ="${compile.debug}"
|
||||||
|
deprecation ="${compile.deprecation}"
|
||||||
|
optimize ="${compile.optimize}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue