Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-04-06 22:58:33 +0000
committerslewis2008-04-06 22:58:33 +0000
commit8cf849be1594b790b4bf6c688f422e1837034e26 (patch)
tree661a045d18741a986b6905b478a49b70713b8f81 /server-side/bundles
parent016e3c91e0b08e6df43d0c4d2557b6fddb41ee0a (diff)
downloadorg.eclipse.ecf-8cf849be1594b790b4bf6c688f422e1837034e26.tar.gz
org.eclipse.ecf-8cf849be1594b790b4bf6c688f422e1837034e26.tar.xz
org.eclipse.ecf-8cf849be1594b790b4bf6c688f422e1837034e26.zip
Added execution environment where missing.
Diffstat (limited to 'server-side/bundles')
-rw-r--r--server-side/bundles/org.eclipse.ecf.server/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-side/bundles/org.eclipse.ecf.server/.classpath b/server-side/bundles/org.eclipse.ecf.server/.classpath
index ce0c7a5d4..ce7393340 100644
--- a/server-side/bundles/org.eclipse.ecf.server/.classpath
+++ b/server-side/bundles/org.eclipse.ecf.server/.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/CDC-1.0%Foundation-1.0"/>
+ <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>

Back to the top