Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorian Birsan2002-01-07 21:28:08 +0000
committerDorian Birsan2002-01-07 21:28:08 +0000
commite9a0977a8a1dc57e57de100489f45880c81ad21e (patch)
treeb470bee3bb425b3a02feb7cdcaf5f62c9c177db8 /org.eclipse.help.webapp/.classpath
parentad284c81725565d18e823b4e62741b9c72d58b23 (diff)
downloadeclipse.platform.ua-e9a0977a8a1dc57e57de100489f45880c81ad21e.tar.gz
eclipse.platform.ua-e9a0977a8a1dc57e57de100489f45880c81ad21e.tar.xz
eclipse.platform.ua-e9a0977a8a1dc57e57de100489f45880c81ad21e.zip
fix search
Diffstat (limited to 'org.eclipse.help.webapp/.classpath')
-rw-r--r--org.eclipse.help.webapp/.classpath13
1 files changed, 6 insertions, 7 deletions
diff --git a/org.eclipse.help.webapp/.classpath b/org.eclipse.help.webapp/.classpath
index bb1f0013d..2ea8f01e0 100644
--- a/org.eclipse.help.webapp/.classpath
+++ b/org.eclipse.help.webapp/.classpath
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.tomcat/servlet.jar"/>
- <classpathentry kind="var"
- path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime/runtime.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.core.runtime/runtimesrc.zip"/>
- <classpathentry kind="src" path="/org.eclipse.tomcat"/>
- <classpathentry kind="var"
- path="ECLIPSE_HOME/plugins/org.apache.xerces/xerces.jar" sourcepath="ECLIPSE_HOME/plugins/org.apache.xerces/xercessrc.zip"/>
+ <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.help"/>
+ <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="lib" path="/org.eclipse.tomcat/servlet.jar"/>
<classpathentry kind="output" path="WEB-INF\classes"/>
</classpath>

Back to the top