Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Aeschlimann2001-10-17 09:08:09 +0000
committerMartin Aeschlimann2001-10-17 09:08:09 +0000
commit85bff6327d5985d2b8339cbde998aecba600f952 (patch)
treed0779fbdf3ea4525b07ead600c29f472654345ab
parentbcfc4897b43b026a61b3cabceb7914c6fe175fe1 (diff)
downloadeclipse.platform.text-0_205.tar.gz
eclipse.platform.text-0_205.tar.xz
eclipse.platform.text-0_205.zip
v204_5v0_205
-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