4be2a59644
2008/07/09 08:31:06 hjs 1.1.8.1: #i90789# - no dos lineends
15 lines
700 B
Diff
15 lines
700 B
Diff
--- misc/commons-logging-1.1.1-src/build.xml 2007-11-22 00:27:52.000000000 +0100
|
|
+++ misc/build/commons-logging-1.1.1-src/build.xml 2008-06-24 14:23:56.316301736 +0200
|
|
@@ -127,10 +127,10 @@
|
|
<!-- ========== Compiler Defaults ========================================= -->
|
|
|
|
<!-- Version of java class files to generate. -->
|
|
- <property name="target.version" value="1.1"/>
|
|
+ <property name="target.version" value="1.3"/>
|
|
|
|
<!-- Version of java source to accept -->
|
|
- <property name="source.version" value="1.2"/>
|
|
+ <property name="source.version" value="1.3"/>
|
|
|
|
<!-- Should Java compilations set the 'debug' compiler option? -->
|
|
<property name="compile.debug" value="true"/>
|