48 lines
1.5 KiB
Diff
48 lines
1.5 KiB
Diff
diff -Naur ../jakarta-oro-2.0.8.orig/build.xml ./build.xml
|
|
--- ../jakarta-oro-2.0.8.orig/build.xml 2003-12-29 05:00:30.000000000 +0100
|
|
+++ ./build.xml 2006-09-26 11:58:03.000000000 +0200
|
|
@@ -81,7 +81,9 @@
|
|
excludes="examples/**,tools/**"
|
|
debug="${debug}"
|
|
deprecation="${deprecation}"
|
|
- optimize="${optimize}"/>
|
|
+ optimize="${optimize}"
|
|
+ source="1.4"
|
|
+ target="1.4" />
|
|
</target>
|
|
|
|
<!-- examples target. Compiles the example classes. -->
|
|
@@ -93,7 +95,9 @@
|
|
includes="examples/**"
|
|
debug="${debug}"
|
|
deprecation="${deprecation}"
|
|
- optimize="${optimize}"/>
|
|
+ optimize="${optimize}"
|
|
+ source="1.4"
|
|
+ target="1.4"/>
|
|
</target>
|
|
|
|
<!-- tools target. Compiles the tool classes. -->
|
|
@@ -105,7 +109,9 @@
|
|
includes="tools/**"
|
|
debug="${debug}"
|
|
deprecation="${deprecation}"
|
|
- optimize="${optimize}"/>
|
|
+ optimize="${optimize}"
|
|
+ source="1.4"
|
|
+ target="1.4"/>
|
|
</target>
|
|
|
|
<!-- tests target. Compiles and runs the unit tests. -->
|
|
@@ -116,7 +122,9 @@
|
|
destdir="${build.tests}"
|
|
debug="${debug}"
|
|
deprecation="${deprecation}"
|
|
- optimize="${optimize}"/>
|
|
+ optimize="${optimize}"
|
|
+ source="1.4"
|
|
+ target="1.4"/>
|
|
</target>
|
|
|
|
<!-- jar target. Compiles the source directory and creates a .jar file -->
|