Source folder rename
diff --git a/org.eclipse.search/.classpath b/org.eclipse.search/.classpath index 6546bc7..6b64b29 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 11e968d..7d5d699 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>