37 lines
1.4 KiB
Diff
37 lines
1.4 KiB
Diff
--- looks-2.2.1/build.xml 2009-01-05 20:58:06.000000000 +0100
|
|
+++ looks-2.2.1/build.xml-gil 2009-01-05 21:02:12.000000000 +0100
|
|
@@ -113,8 +113,7 @@
|
|
optimize ="${build.compile.optimize}"
|
|
source ="${build.compile.source}"
|
|
target ="${build.compile.target}"
|
|
- verbose ="${build.compile.verbose}"
|
|
- bootclasspath="${build.boot.classpath}" />
|
|
+ verbose ="${build.compile.verbose}"/>
|
|
|
|
<copy toDir="${build.core.dir}" >
|
|
<fileset dir="${src.core.dir}"
|
|
@@ -141,7 +140,6 @@
|
|
source ="${build.compile.source}"
|
|
target ="${build.compile.target}"
|
|
verbose ="${build.compile.verbose}"
|
|
- bootclasspath="${build.boot.classpath}"
|
|
classpathref ="classpath.demo" />
|
|
</target>
|
|
|
|
@@ -163,7 +161,6 @@
|
|
source ="${build.compile.source}"
|
|
target ="${build.compile.target}"
|
|
verbose ="${build.compile.verbose}"
|
|
- bootclasspath="${build.boot.classpath}"
|
|
classpathref ="classpath.tests" />
|
|
</target>
|
|
|
|
@@ -184,7 +181,6 @@
|
|
author="true"
|
|
version="true"
|
|
use="true"
|
|
- link="${javadoc.link}"
|
|
overview="${javadoc.overview}"
|
|
windowtitle="${Name} ${spec.version} API"
|
|
doctitle="${Name} ${spec.version} API"
|