You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
2.0 KiB
54 lines
2.0 KiB
13 years ago
|
diff -Nru forms-1.0.7.vanilla/build.xml forms-1.0.7/build.xml
|
||
|
--- forms-1.0.7.vanilla/build.xml 2006-08-02 23:05:21.000000000 +0200
|
||
|
+++ forms-1.0.7/build.xml 2006-08-02 23:07:45.000000000 +0200
|
||
|
@@ -27,8 +27,6 @@
|
||
|
<!-- ***************************************************************** -->
|
||
|
<!-- Give users a chance to override build properties. -->
|
||
|
<!-- ***************************************************************** -->
|
||
|
- <property file="${user.home}/forms.build.properties" />
|
||
|
- <property file="${user.home}/build.properties" />
|
||
|
<property file="${basedir}/build.properties" />
|
||
|
<property file="${basedir}/default.properties" />
|
||
|
|
||
|
@@ -118,8 +116,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}" />
|
||
|
</target>
|
||
|
|
||
|
<!-- ***************************************************************** -->
|
||
|
@@ -139,7 +136,6 @@
|
||
|
source ="${build.compile.source}"
|
||
|
target ="${build.compile.target}"
|
||
|
verbose ="${build.compile.verbose}"
|
||
|
- bootclasspath="${build.boot.classpath}"
|
||
|
classpathref ="classpath.core" />
|
||
|
</target>
|
||
|
|
||
|
@@ -161,7 +157,6 @@
|
||
|
source ="${build.compile.source}"
|
||
|
target ="${build.compile.target}"
|
||
|
verbose ="${build.compile.verbose}"
|
||
|
- bootclasspath="${build.boot.classpath}"
|
||
|
classpathref ="classpath.tests" />
|
||
|
</target>
|
||
|
|
||
|
@@ -182,7 +177,6 @@
|
||
|
source ="${build.compile.source}"
|
||
|
target ="${build.compile.target}"
|
||
|
verbose ="${build.compile.verbose}"
|
||
|
- bootclasspath="${build.boot.classpath}"
|
||
|
classpathref ="classpath.tutorial" />
|
||
|
</target>
|
||
|
|
||
|
@@ -300,4 +294,4 @@
|
||
|
</target>
|
||
|
|
||
|
|
||
|
-</project>
|
||
|
\ No newline at end of file
|
||
|
+</project>
|