Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-02-27 15:48:19 +0000
committerThomas Watson2008-02-27 15:48:19 +0000
commitd437d82abe6c39c21513196fe396c39f021f210f (patch)
tree4ac2af75496c88b47305d5710573dc704f15231e /bundles/org.eclipse.equinox.app/.classpath
parent2086ede1763db3f33bc82911a5c654769d118ab2 (diff)
downloadrt.equinox.bundles-d437d82abe6c39c21513196fe396c39f021f210f.tar.gz
rt.equinox.bundles-d437d82abe6c39c21513196fe396c39f021f210f.tar.xz
rt.equinox.bundles-d437d82abe6c39c21513196fe396c39f021f210f.zip
Update EE to use OSGi min 1.1
Diffstat (limited to 'bundles/org.eclipse.equinox.app/.classpath')
-rwxr-xr-xbundles/org.eclipse.equinox.app/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.app/.classpath b/bundles/org.eclipse.equinox.app/.classpath
index c2ce266a6..47d99aa20 100755
--- a/bundles/org.eclipse.equinox.app/.classpath
+++ b/bundles/org.eclipse.equinox.app/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <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/OSGi%Minimum-1.1"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top