diff options
author | rsuen | 2007-04-21 03:49:42 +0000 |
---|---|---|
committer | rsuen | 2007-04-21 03:49:42 +0000 |
commit | 91e49dd40d23fcac838e9d74c725cd84756e9b8d (patch) | |
tree | 9ff0276a2c3dfc96670cf0593fe2878181dcb233 | |
parent | 72ffaa703cfab3988ba2bddcc80ed763d0b8df9d (diff) | |
download | org.eclipse.ecf-91e49dd40d23fcac838e9d74c725cd84756e9b8d.tar.gz org.eclipse.ecf-91e49dd40d23fcac838e9d74c725cd84756e9b8d.tar.xz org.eclipse.ecf-91e49dd40d23fcac838e9d74c725cd84756e9b8d.zip |
Set the project settings back to CDC-1.0/Foundation-1.0.
-rw-r--r-- | protocols/bundles/org.eclipse.ecf.protocol.msn/.classpath | 2 | ||||
-rw-r--r-- | protocols/bundles/org.eclipse.ecf.protocol.msn/META-INF/MANIFEST.MF | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/protocols/bundles/org.eclipse.ecf.protocol.msn/.classpath b/protocols/bundles/org.eclipse.ecf.protocol.msn/.classpath index 36e946365..ce0c7a5d4 100644 --- a/protocols/bundles/org.eclipse.ecf.protocol.msn/.classpath +++ b/protocols/bundles/org.eclipse.ecf.protocol.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/protocols/bundles/org.eclipse.ecf.protocol.msn/META-INF/MANIFEST.MF b/protocols/bundles/org.eclipse.ecf.protocol.msn/META-INF/MANIFEST.MF index c5246e995..a150005b8 100644 --- a/protocols/bundles/org.eclipse.ecf.protocol.msn/META-INF/MANIFEST.MF +++ b/protocols/bundles/org.eclipse.ecf.protocol.msn/META-INF/MANIFEST.MF @@ -4,8 +4,8 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.ecf.protocol.msn Bundle-Version: 0.3.1.qualifier Bundle-Localization: plugin -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.protocol.msn, org.eclipse.ecf.protocol.msn.events, org.eclipse.ecf.protocol.msn.internal.encode;x-internal:=true, |