Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/bundles/org.eclipse.ecf.filetransfer/.classpath2
-rw-r--r--framework/bundles/org.eclipse.ecf.filetransfer/META-INF/MANIFEST.MF4
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/bundles/org.eclipse.ecf.filetransfer/.classpath b/framework/bundles/org.eclipse.ecf.filetransfer/.classpath
index 36e946365..ce0c7a5d4 100644
--- a/framework/bundles/org.eclipse.ecf.filetransfer/.classpath
+++ b/framework/bundles/org.eclipse.ecf.filetransfer/.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/framework/bundles/org.eclipse.ecf.filetransfer/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.filetransfer/META-INF/MANIFEST.MF
index d5b3cff00..b766bdb2e 100644
--- a/framework/bundles/org.eclipse.ecf.filetransfer/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.filetransfer/META-INF/MANIFEST.MF
@@ -7,8 +7,8 @@ Bundle-Activator: org.eclipse.ecf.internal.filetransfer.Activator
Bundle-Vendor: %plugin.provider
Eclipse-LazyStart: true
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.filetransfer,
org.eclipse.ecf.filetransfer.events,
org.eclipse.ecf.filetransfer.identity,

Back to the top