BefatorNix/java/commons-logging_1_0.patch
2025-09-17 23:24:29 +02:00

35 lines
1.3 KiB
Diff

diff --git a/build.xml b/build.xml
index 698105c..7a5ebe6 100644
--- a/build.xml
+++ b/build.xml
@@ -156,7 +156,8 @@
destdir="${build.home}/classes"
debug="${compile.debug}"
deprecation="${compile.deprecation}"
- optimize="${compile.optimize}">
+ optimize="${compile.optimize}"
+ target="1.4">
<classpath refid="compile.classpath"/>
<exclude name="org/apache/commons/logging/impl/Jdk14Logger.java"
unless="jdk.1.4.present"/>
@@ -179,7 +180,8 @@
destdir="${build.home}/tests"
debug="${compile.debug}"
deprecation="${compile.deprecation}"
- optimize="${compile.optimize}">
+ optimize="${compile.optimize}"
+ target="1.4">
<classpath refid="test.classpath"/>
</javac>
<copy todir="${build.home}/tests" filtering="on">
@@ -212,7 +214,8 @@
version="true"
doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
windowtitle="${component.title} (Version ${component.version})"
- bottom="Copyright (c) 2001 - Apache Software Foundation">
+ bottom="Copyright (c) 2001 - Apache Software Foundation"
+ source="1.4">
<classpath refid="test.classpath"/>
</javadoc>
</target>