Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2002-01-31 06:16:20 +0000
committerKonrad Kolosowski2002-01-31 06:16:20 +0000
commit74d696ad5f2985e8a272c25347b202171c3d2b8a (patch)
tree36feb17403385891d26b511b87ac95ce14b0f403 /org.eclipse.help.webapp/.classpath
parent8e5680e8739e09dcb74f547858cc4040c2d87c65 (diff)
downloadeclipse.platform.ua-74d696ad5f2985e8a272c25347b202171c3d2b8a.tar.gz
eclipse.platform.ua-74d696ad5f2985e8a272c25347b202171c3d2b8a.tar.xz
eclipse.platform.ua-74d696ad5f2985e8a272c25347b202171c3d2b8a.zip
change classpath for selfhosting
Diffstat (limited to 'org.eclipse.help.webapp/.classpath')
-rw-r--r--org.eclipse.help.webapp/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/.classpath b/org.eclipse.help.webapp/.classpath
index 3d0006203..d181ec1a0 100644
--- a/org.eclipse.help.webapp/.classpath
+++ b/org.eclipse.help.webapp/.classpath
@@ -6,6 +6,6 @@
<classpathentry kind="src" path="/org.eclipse.help"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
- <classpathentry kind="lib" path="/org.eclipse.tomcat/servlet.jar"/>
+ <classpathentry kind="src" path="/org.eclipse.tomcat"/>
<classpathentry kind="output" path="WEB-INF/classes"/>
</classpath>

Back to the top