Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2007-12-17 14:46:08 +0000
committerPascal Rapicault2007-12-17 14:46:08 +0000
commitc0dcd4868226d07ea2a80eb3ad7ed3e32b389322 (patch)
tree02e6c35c17dd0a1eb53f870fa0d2fd694a34754a /bundles/org.eclipse.equinox.frameworkadmin.equinox/.classpath
parentf1163092644af3cf39bd0464f75129c2fb3eb416 (diff)
downloadrt.equinox.p2-c0dcd4868226d07ea2a80eb3ad7ed3e32b389322.tar.gz
rt.equinox.p2-c0dcd4868226d07ea2a80eb3ad7ed3e32b389322.tar.xz
rt.equinox.p2-c0dcd4868226d07ea2a80eb3ad7ed3e32b389322.zip
fix the ee
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin.equinox/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.equinox/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.equinox/.classpath b/bundles/org.eclipse.equinox.frameworkadmin.equinox/.classpath
index 751c8f2e5..ce7393340 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.equinox/.classpath
+++ b/bundles/org.eclipse.equinox.frameworkadmin.equinox/.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>

Back to the top