Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2015-06-22 11:50:19 +0000
committerAndrey Loskutov2015-08-07 21:41:45 +0000
commit5b53e69bb292dcfe8ffcaa1414ed9bbb47b85db5 (patch)
tree77c9f736c136afcf1304c1cce6ffa9ea743a6fdd /bundles/org.eclipse.equinox.preferences/.classpath
parent873220b4e2036c6a232753117a41413a6df4d083 (diff)
downloadrt.equinox.bundles-5b53e69bb292dcfe8ffcaa1414ed9bbb47b85db5.tar.gz
rt.equinox.bundles-5b53e69bb292dcfe8ffcaa1414ed9bbb47b85db5.tar.xz
rt.equinox.bundles-5b53e69bb292dcfe8ffcaa1414ed9bbb47b85db5.zip
Bug 470699 - Move org.eclipse.equinox.preferences to JavaSE-1.7
Change-Id: Idf098f0a8424cf3fe41e83a2e27b780851a44b01 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.preferences/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.preferences/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.preferences/.classpath b/bundles/org.eclipse.equinox.preferences/.classpath
index 7cdeb7319..3bc247511 100644
--- a/bundles/org.eclipse.equinox.preferences/.classpath
+++ b/bundles/org.eclipse.equinox.preferences/.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.1%Foundation-1.1"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top