Author: bayard
Date: Thu Oct 23 20:36:19 2008
New Revision: 707529
URL: http://svn.apache.org/viewvc?rev=707529&view=rev
Log:
Setting the source/target settings to 1.3 as per COLLECTIONS-281
Modified:
commons/proper/collections/trunk/project.properties
commons/proper/collections/trunk/src/conf/MANIFEST.MF
Modified: commons/proper/collections/trunk/project.properties
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/project.properties?rev=707529&r1=707528&r2=707529&view=diff
==============================================================================
--- commons/proper/collections/trunk/project.properties (original)
+++ commons/proper/collections/trunk/project.properties Thu Oct 23 20:36:19 2008
@@ -49,7 +49,7 @@
# In particular, if you use JDK 1.4+ the generated classes will not be usable
# for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1
# (which is the default value for JDK 1.1 to 1.3).
-maven.compile.target = 1.1
+maven.compile.target = 1.3
# Specifies the source version for the Java compiler.
# Corresponds to the source attribute for the ant javac task.
Modified: commons/proper/collections/trunk/src/conf/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/conf/MANIFEST.MF?rev=707529&r1=707528&r2=707529&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/conf/MANIFEST.MF (original)
+++ commons/proper/collections/trunk/src/conf/MANIFEST.MF Thu Oct 23 20:36:19
2008
@@ -8,5 +8,5 @@
Implementation-Vendor: Apache Software Foundation
Implementation-Title: Commons Collections
Implementation-Vendor-Id: org.apache
-X-Compile-Source-JDK: 1.2
-X-Compile-Target-JDK: 1.2
\ No newline at end of file
+X-Compile-Source-JDK: 1.3
+X-Compile-Target-JDK: 1.3