Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-06-15 18:37:21 +0000
committerspingel2011-06-15 18:37:21 +0000
commit0b1339d0206d8cf407373ff14555b8285505f36c (patch)
treebb8f2351bbd80cedfc5fdd4771530cc4881f2974 /org.eclipse.mylyn.sandbox.search.ui/.classpath
parent566374411215964df65fd7fc3c3fa00fb99b1cfd (diff)
downloadorg.eclipse.mylyn.incubator-0b1339d0206d8cf407373ff14555b8285505f36c.tar.gz
org.eclipse.mylyn.incubator-0b1339d0206d8cf407373ff14555b8285505f36c.tar.xz
org.eclipse.mylyn.incubator-0b1339d0206d8cf407373ff14555b8285505f36c.zip
NEW - bug 349351: [search] enhance Eclipse search capabilities to include desktop resources
https://bugs.eclipse.org/bugs/show_bug.cgi?id=349351
Diffstat (limited to 'org.eclipse.mylyn.sandbox.search.ui/.classpath')
-rw-r--r--org.eclipse.mylyn.sandbox.search.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.sandbox.search.ui/.classpath b/org.eclipse.mylyn.sandbox.search.ui/.classpath
index ad32c83a..64c5e31b 100644
--- a/org.eclipse.mylyn.sandbox.search.ui/.classpath
+++ b/org.eclipse.mylyn.sandbox.search.ui/.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/JavaSE-1.6"/>
+ <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.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top