Author: ebourg
Date: Sun Aug 18 12:46:42 2013
New Revision: 1515094

URL: http://svn.apache.org/r1515094
Log:
Support target/source 1.7 with the Eclipse compiler

Modified:
    
commons/proper/jci/trunk/compilers/eclipse/src/main/java/org/apache/commons/jci/compilers/EclipseJavaCompilerSettings.java

Modified: 
commons/proper/jci/trunk/compilers/eclipse/src/main/java/org/apache/commons/jci/compilers/EclipseJavaCompilerSettings.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/eclipse/src/main/java/org/apache/commons/jci/compilers/EclipseJavaCompilerSettings.java?rev=1515094&r1=1515093&r2=1515094&view=diff
==============================================================================
--- 
commons/proper/jci/trunk/compilers/eclipse/src/main/java/org/apache/commons/jci/compilers/EclipseJavaCompilerSettings.java
 (original)
+++ 
commons/proper/jci/trunk/compilers/eclipse/src/main/java/org/apache/commons/jci/compilers/EclipseJavaCompilerSettings.java
 Sun Aug 18 12:46:42 2013
@@ -59,6 +59,7 @@ public final class EclipseJavaCompilerSe
        put("1.4", CompilerOptions.VERSION_1_4);
        put("1.5", CompilerOptions.VERSION_1_5);
        put("1.6", CompilerOptions.VERSION_1_6);
+       put("1.7", CompilerOptions.VERSION_1_7);
     }};
     
     private String toNativeVersion( final String pVersion ) {


Reply via email to