diff options
-rw-r--r-- | providers/bundles/org.eclipse.ecf.provider.msn/.classpath | 2 | ||||
-rw-r--r-- | providers/bundles/org.eclipse.ecf.provider.msn/META-INF/MANIFEST.MF | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.msn/.classpath b/providers/bundles/org.eclipse.ecf.provider.msn/.classpath index 36e946365..ce0c7a5d4 100644 --- a/providers/bundles/org.eclipse.ecf.provider.msn/.classpath +++ b/providers/bundles/org.eclipse.ecf.provider.msn/.classpath @@ -1,7 +1,7 @@ <?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.3"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.0%Foundation-1.0"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/providers/bundles/org.eclipse.ecf.provider.msn/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.msn/META-INF/MANIFEST.MF index b71bcaffe..65d8894e3 100644 --- a/providers/bundles/org.eclipse.ecf.provider.msn/META-INF/MANIFEST.MF +++ b/providers/bundles/org.eclipse.ecf.provider.msn/META-INF/MANIFEST.MF @@ -10,8 +10,8 @@ Require-Bundle: org.eclipse.ecf, org.eclipse.ecf.presence, org.eclipse.ecf.protocol.msn Eclipse-LazyStart: true -Bundle-RequiredExecutionEnvironment: J2SE-1.3, - CDC-1.0/Foundation-1.0 +Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, + J2SE-1.3 Export-Package: org.eclipse.ecf.internal.provider.msn;x-internal:=true Import-Package: org.eclipse.core.runtime, org.eclipse.osgi.util;version="1.1.0", |