should be using JavaSE-1.6 VM, and .classpath, codegen.targetPlatform, compliance and source should also all be 1.6
--- a/connectivity/com.nokia.carbide.remoteConnections/.classpath Tue Sep 21 11:35:38 2010 -0500
+++ b/connectivity/com.nokia.carbide.remoteConnections/.classpath Tue Sep 21 10:28:30 2010 -0700
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <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="lib" path="lib/commons-codec-1.3.jar"/>
- <classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
- <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.3.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/commons-httpclient-3.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--- a/connectivity/com.nokia.carbide.remoteConnections/.settings/org.eclipse.jdt.core.prefs Tue Sep 21 11:35:38 2010 -0500
+++ b/connectivity/com.nokia.carbide.remoteConnections/.settings/org.eclipse.jdt.core.prefs Tue Sep 21 10:28:30 2010 -0700
@@ -1,7 +1,8 @@
-#Mon May 12 10:44:43 CDT 2008
+#Mon Sep 20 18:49:13 PDT 2010
eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+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
--- a/connectivity/com.nokia.carbide.remoteConnections/META-INF/MANIFEST.MF Tue Sep 21 11:35:38 2010 -0500
+++ b/connectivity/com.nokia.carbide.remoteConnections/META-INF/MANIFEST.MF Tue Sep 21 10:28:30 2010 -0700
@@ -11,9 +11,8 @@
com.nokia.cpp.utils.core,
org.eclipse.emf.ecore.xmi;bundle-version="2.4.0",
org.eclipse.core.net;bundle-version="1.1.0",
- com.nokia.cpp.utils.ui,
- org.eclipse.help;bundle-version="3.5.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+ com.nokia.cpp.utils.ui
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: com.nokia.carbide.installpackages,
com.nokia.carbide.installpackages.gen.InstallPackages,