Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-06-07 17:14:24 +0000
committerThomas Watson2012-06-07 17:14:24 +0000
commit883f1251263debbff303100af87e8b5e5ce872ac (patch)
treecdf46f9a380638008904aa02422b6af19ab2d98d /bundles/org.eclipse.osgi/.classpath
parent499ac70cc96fd37279f31bb8b700f9c6b7778391 (diff)
downloadrt.equinox.framework-883f1251263debbff303100af87e8b5e5ce872ac.tar.gz
rt.equinox.framework-883f1251263debbff303100af87e8b5e5ce872ac.tar.xz
rt.equinox.framework-883f1251263debbff303100af87e8b5e5ce872ac.zip
Move the container impl to org.eclipse.osgi
Diffstat (limited to 'bundles/org.eclipse.osgi/.classpath')
-rw-r--r--bundles/org.eclipse.osgi/.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/.classpath b/bundles/org.eclipse.osgi/.classpath
index 5e737b490..61f80c36c 100644
--- a/bundles/org.eclipse.osgi/.classpath
+++ b/bundles/org.eclipse.osgi/.classpath
@@ -1,10 +1,11 @@
<?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/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="osgi/src"/>
<classpathentry kind="src" path="supplement/src"/>
<classpathentry kind="src" path="core/adaptor"/>
+ <classpathentry kind="src" path="container/src"/>
<classpathentry kind="src" path="core/framework"/>
<classpathentry kind="src" path="core/composite"/>
<classpathentry kind="src" path="resolver/src"/>

Back to the top