Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.search/.classpath14
-rw-r--r--org.eclipse.search/.vcm_meta3
2 files changed, 8 insertions, 9 deletions
diff --git a/org.eclipse.search/.classpath b/org.eclipse.search/.classpath
index 6b64b2967eb..15ba3b97b19 100644
--- a/org.eclipse.search/.classpath
+++ b/org.eclipse.search/.classpath
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="search"/>
+ <classpathentry kind="src" path="/org.eclipse.core.boot"/>
+ <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
+ <classpathentry kind="src" path="/org.apache.xerces"/>
+ <classpathentry kind="src" path="/org.eclipse.core.resources"/>
<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="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.search/.vcm_meta b/org.eclipse.search/.vcm_meta
index b1181e28cd6..75a32922c3d 100644
--- a/org.eclipse.search/.vcm_meta
+++ b/org.eclipse.search/.vcm_meta
@@ -4,6 +4,9 @@
<reference project-name="org.apache.xerces"/>
<reference project-name="org.eclipse.core.resources"/>
<reference project-name="org.eclipse.ui"/>
+ <reference project-name="org.eclipse.core.boot"/>
+ <reference project-name="org.eclipse.core.runtime"/>
+ <reference project-name="org.eclipse.swt"/>
<builder name="org.eclipse.jdt.core.javabuilder">
</builder>
</project-description>

Back to the top