# HG changeset patch # User bkirk # Date 1284853064 25200 # Node ID 1d3b78a2f5784c8dda6ed6e8fbb3427893d8ab11 # Parent f95f63746bf7260415f37bc0f4c22aeb3ffb1422 .classpath, codegen.targetPlatform, compliance and source need to all be 1.6 diff -r f95f63746bf7 -r 1d3b78a2f578 connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/.classpath --- a/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/.classpath Sat Sep 18 16:37:11 2010 -0700 +++ b/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/.classpath Sat Sep 18 16:37:44 2010 -0700 @@ -1,9 +1,9 @@ - - - + + + diff -r f95f63746bf7 -r 1d3b78a2f578 connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/.settings/org.eclipse.jdt.core.prefs --- a/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/.settings/org.eclipse.jdt.core.prefs Sat Sep 18 16:37:11 2010 -0700 +++ b/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/.settings/org.eclipse.jdt.core.prefs Sat Sep 18 16:37:44 2010 -0700 @@ -1,8 +1,8 @@ -#Thu Dec 17 12:28:16 CST 2009 +#Sat Sep 18 16:33:24 PDT 2010 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 -org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.5 +org.eclipse.jdt.core.compiler.source=1.6