927b8c
### Eclipse Workspace Patch 1.0
927b8c
#P org.eclipse.jdt.core
927b8c
Index: compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
927b8c
===================================================================
927b8c
RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java,v
927b8c
retrieving revision 1.203
927b8c
diff -u -r1.203 CompilerOptions.java
927b8c
--- compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java	14 Apr 2008 19:41:33 -0000	1.203
927b8c
+++ compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java	15 Dec 2008 19:50:02 -0000
927b8c
@@ -1145,9 +1145,9 @@
927b8c
 		
927b8c
 		// by default only lines and source attributes are generated.
927b8c
 		this.produceDebugAttributes = ClassFileConstants.ATTR_SOURCE | ClassFileConstants.ATTR_LINES;
927b8c
-		this.complianceLevel = this.originalComplianceLevel = ClassFileConstants.JDK1_4; // by default be compliant with 1.4
927b8c
-		this.sourceLevel = this.originalSourceLevel = ClassFileConstants.JDK1_3; //1.3 source behavior by default
927b8c
-		this.targetJDK = ClassFileConstants.JDK1_2; // default generates for JVM1.2
927b8c
+		this.complianceLevel = this.originalComplianceLevel = ClassFileConstants.JDK1_5;
927b8c
+		this.sourceLevel = this.originalSourceLevel = ClassFileConstants.JDK1_5;
927b8c
+		this.targetJDK = ClassFileConstants.JDK1_5;
927b8c
 
927b8c
 		this.defaultEncoding = null; // will use the platform default encoding
927b8c