Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvs2001-05-15 08:20:02 +0000
committercvs2001-05-15 08:20:02 +0000
commitc74f03bac35bfcc80f1c72f2dffe6e463f1178ce (patch)
tree2cf6936506948edbdbd6a24696c0d3dacaf9f482
parentab4106bacd9d9f1f7e3beb60f4bc7fec7beec80b (diff)
downloadeclipse.platform.text-c74f03bac35bfcc80f1c72f2dffe6e463f1178ce.tar.gz
eclipse.platform.text-c74f03bac35bfcc80f1c72f2dffe6e463f1178ce.tar.xz
eclipse.platform.text-c74f03bac35bfcc80f1c72f2dffe6e463f1178ce.zip
dm: fix wrong releasev0_108_01v0_108v0_107_01v0_107
-rw-r--r--org.eclipse.search/.classpath10
-rw-r--r--org.eclipse.search/.cvsignore1
2 files changed, 1 insertions, 10 deletions
diff --git a/org.eclipse.search/.classpath b/org.eclipse.search/.classpath
deleted file mode 100644
index bd293a82349..00000000000
--- a/org.eclipse.search/.classpath
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="Eclipse Search"/>
- <classpathentry kind="lib" path="C:\eclipse\jre\lib\rt.jar"/>
- <classpathentry kind="lib" path="C:\eclipse\plugins\org.apache.xerces\xerces.jar"/>
- <classpathentry kind="lib" path="C:\eclipse\plugins\org.eclipse.core.resources\resources.jar"/>
- <classpathentry kind="lib" path="C:\eclipse\plugins\org.eclipse.ui\workbench.jar"/>
- <classpathentry kind="lib" path="C:\eclipse\plugins\org.eclipse.core.runtime\runtime.jar"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.eclipse.search/.cvsignore b/org.eclipse.search/.cvsignore
index 092357e47d3..3f041525eb9 100644
--- a/org.eclipse.search/.cvsignore
+++ b/org.eclipse.search/.cvsignore
@@ -1 +1,2 @@
bin
+.classpath

Back to the top