.classpath, codegen.targetPlatform, compliance and source need to all be 1.6
authorbkirk
Sat, 18 Sep 2010 16:37:44 -0700
changeset 2056 1d3b78a2f578
parent 2055 f95f63746bf7
child 2057 0e5047589ea2
child 2076 38adc1f9b9ce
.classpath, codegen.targetPlatform, compliance and source need to all be 1.6
connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/.classpath
connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/.settings/org.eclipse.jdt.core.prefs
--- 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="lib" path="lib/win32-x86.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/jna.jar" sourcepath="jna/src/src-full.zip"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
+	<classpathentry exported="true" kind="lib" path="lib/jna.jar" sourcepath="jna/src/src-full.zip"/>
+	<classpathentry exported="true" kind="lib" path="lib/win32-x86.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
--- 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