Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-04-06 22:58:37 +0000
committerslewis2008-04-06 22:58:37 +0000
commite7139520f2033da45c76c78b9876cef72d86f39f (patch)
tree20400d952ecc526ba2d045c2dcada28c597ac84a /examples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath
parent3bda23fd3130a917599f145b532edf452234ff3b (diff)
downloadorg.eclipse.ecf-e7139520f2033da45c76c78b9876cef72d86f39f.tar.gz
org.eclipse.ecf-e7139520f2033da45c76c78b9876cef72d86f39f.tar.xz
org.eclipse.ecf-e7139520f2033da45c76c78b9876cef72d86f39f.zip
Added execution environment where missing.
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath')
-rwxr-xr-xexamples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath b/examples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath
index 751c8f2e5..7cdeb7319 100755
--- a/examples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath
+++ b/examples/bundles/org.eclipse.ecf.examples.provider.trivial/.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/CDC-1.1%Foundation-1.1"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top