Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgreen2011-06-15 01:29:48 +0000
committerdgreen2011-06-15 01:29:48 +0000
commita4c3459521e497ecaccdde329d8926c918569e41 (patch)
treea56198c16b81b7227e2e186b0fc41ce7ea4f6cbb /org.eclipse.mylyn.sandbox.search.ui/.classpath
parentbbf199f32d91ab65caa101a366dabd98bf1dd13d (diff)
downloadorg.eclipse.mylyn.incubator-a4c3459521e497ecaccdde329d8926c918569e41.tar.gz
org.eclipse.mylyn.incubator-a4c3459521e497ecaccdde329d8926c918569e41.tar.xz
org.eclipse.mylyn.incubator-a4c3459521e497ecaccdde329d8926c918569e41.zip
349351: [search] enhance Eclipse search capabilities to include desktop resources
https://bugs.eclipse.org/bugs/show_bug.cgi?id=349351 initial contribution
Diffstat (limited to 'org.eclipse.mylyn.sandbox.search.ui/.classpath')
-rw-r--r--org.eclipse.mylyn.sandbox.search.ui/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.sandbox.search.ui/.classpath b/org.eclipse.mylyn.sandbox.search.ui/.classpath
new file mode 100644
index 00000000..ad32c83a
--- /dev/null
+++ b/org.eclipse.mylyn.sandbox.search.ui/.classpath
@@ -0,0 +1,7 @@
+<?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.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top