Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-04-21 11:11:20 +0000
committerrsuen2007-04-21 11:11:20 +0000
commit76d3eb667532f0b20cb166f402a3131c449d355c (patch)
tree22429bdb5f6dfc0085df86d1d4e24ee2204d04f3
parent32b0fdfa86c7c20b2c255367c2d40c8b8b308f23 (diff)
downloadorg.eclipse.ecf-76d3eb667532f0b20cb166f402a3131c449d355c.tar.gz
org.eclipse.ecf-76d3eb667532f0b20cb166f402a3131c449d355c.tar.xz
org.eclipse.ecf-76d3eb667532f0b20cb166f402a3131c449d355c.zip
Set the execution environment as J2SE-1.4.
-rw-r--r--framework/bundles/org.eclipse.ecf.provider/.classpath2
-rw-r--r--framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF1
2 files changed, 2 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.provider/.classpath b/framework/bundles/org.eclipse.ecf.provider/.classpath
index 751c8f2e5..ce7393340 100644
--- a/framework/bundles/org.eclipse.ecf.provider/.classpath
+++ b/framework/bundles/org.eclipse.ecf.provider/.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"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF
index d0fe98633..0f67af7bb 100644
--- a/framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.provider/META-INF/MANIFEST.MF
@@ -23,4 +23,5 @@ Import-Package: org.eclipse.osgi.util;version="1.0.0",
org.osgi.framework;version="1.3.0",
org.osgi.service.log;version="1.3.0",
org.osgi.util.tracker;version="1.3.2"
+Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top