Author: bayard
Date: Tue Aug  8 10:27:10 2006
New Revision: 429748

URL: http://svn.apache.org/viewvc?rev=429748&view=rev
Log:
Moving discovery from 1.1 files to 1.2 files. The JDK 1.5 compiler no longer 
supports the 1.1 target/source; and I doubt any other part of Commons supports 
1.1. Will flag this with another email on commons-dev

Modified:
    jakarta/commons/proper/discovery/trunk/project.properties

Modified: jakarta/commons/proper/discovery/trunk/project.properties
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/discovery/trunk/project.properties?rev=429748&r1=429747&r2=429748&view=diff
==============================================================================
--- jakarta/commons/proper/discovery/trunk/project.properties (original)
+++ jakarta/commons/proper/discovery/trunk/project.properties Tue Aug  8 
10:27:10 2006
@@ -31,6 +31,6 @@
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
 maven.xdoc.poweredby.image=maven-feather.png
 
-# generate .class files that can be loaded into a version 1.1 JVM.
-maven.compile.target=1.1
-maven.compile.source=1.1
\ No newline at end of file
+# generate .class files that can be loaded into a version 1.2 JVM.
+maven.compile.target=1.2
+maven.compile.source=1.2



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to