Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.search/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.search/.classpath b/org.eclipse.search/.classpath
index a60887c9c57..6546bc73fc1 100644
--- a/org.eclipse.search/.classpath
+++ b/org.eclipse.search/.classpath
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="Eclipse Search"/>
<classpathentry kind="src" path="/org.eclipse.ui"/>
<classpathentry kind="lib" path="/org.eclipse.help/help.jar" sourcepath="/org.eclipse.help/helpsrc.zip"/>
<classpathentry kind="lib"
@@ -10,5 +9,6 @@
<classpathentry kind="lib" path="/org.apache.xerces/xerces.jar"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="src" sourcepath="JRE_SRC"/>
<classpathentry kind="lib" path="/org.eclipse.swt/ws/win32/swt.jar"/>
+ <classpathentry kind="src" path="search"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top