Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.search/.classpath5
-rw-r--r--org.eclipse.search/scripts/exportplugin.xml2
2 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.search/.classpath b/org.eclipse.search/.classpath
index 6546bc73fc1..6b64b2967eb 100644
--- a/org.eclipse.search/.classpath
+++ b/org.eclipse.search/.classpath
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="src" path="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"
path="/org.eclipse.core.resources/resources.jar" sourcepath="/org.eclipse.core.resources/resourcessrc.zip"/>
+ <classpathentry kind="lib" path="/org.eclipse.swt/ws/win32/swt.jar"
+ rootpath="" sourcepath="/org.eclipse.swt/ws/win32/swt.jar"/>
<classpathentry kind="lib"
path="/org.eclipse.core.runtime/runtime.jar" sourcepath="/org.eclipse.core.runtime/runtimesrc.zip"/>
<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>
diff --git a/org.eclipse.search/scripts/exportplugin.xml b/org.eclipse.search/scripts/exportplugin.xml
index 11e968dcff5..7d5d69945c8 100644
--- a/org.eclipse.search/scripts/exportplugin.xml
+++ b/org.eclipse.search/scripts/exportplugin.xml
@@ -25,7 +25,7 @@
<fileset dir="icons" />
</copy>
<zip zipfile="${dest}/searchsrc.zip">
- <fileset dir="Eclipse Search" />
+ <fileset dir="search" />
</zip>
</target>
</project>

Back to the top