changed .classpath to relative PATH ECLIPSE_HOME
authorkhartlage <khartlage>
Fri, 7 Feb 2003 23:36:50 +0000 (23:36 +0000)
committerkhartlage <khartlage>
Fri, 7 Feb 2003 23:36:50 +0000 (23:36 +0000)
net.sourceforge.phpeclipse/.classpath
net.sourceforge.phpeclipse/classpath_windows_eclipse_2.1.0.bak

index b4a5d1f..a25dd1b 100644 (file)
@@ -1,24 +1,40 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
     <classpathentry kind="src" path="src/"/>
-    <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.jdt.junit_2.1.0/junitsupport.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.apache.xerces_4.0.7/xercesImpl.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.apache.xerces_4.0.7/xmlParserAPIs.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.core.resources_2.1.0/resources.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.core.runtime_2.1.0/runtime.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.jface.text_2.1.0/jfacetext.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.jface_2.1.0/jface.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.swt.win32_2.1.0/ws/win32/swt.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.ui.win32_2.1.0/workbenchwin32.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.text_2.1.0/text.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.ui_2.1.0/ui.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.help_2.1.0/help.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.help.ui_2.1.0/helpworkbench.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.debug.ui_2.1.0/dtui.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.ui.workbench.texteditor_2.1.0/texteditor.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.ui.views_2.1.0/views.jar"/>
-    <classpathentry kind="lib" path="D:/bin/eclipse/Plugins/org.eclipse.ui.editors_2.1.0/editors.jar"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.core.resources_2.1.0/resources.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.resources_2.1.0/resourcessrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.ui_2.1.0/ui.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui_2.1.0/uisrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.swt.win32_2.1.0/ws/win32/swt.jar" sourcepath="ORG_ECLIPSE_PLATFORM_WIN32_SOURCE_SRC/org.eclipse.swt.win32_2.1.0/ws/win32/swtsrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.text_2.1.0/text.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.text_2.1.0/textsrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.jface_2.1.0/jface.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.jface_2.1.0/jfacesrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.jface.text_2.1.0/jfacetext.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.jface.text_2.1.0/jfacetextsrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.ui.views_2.1.0/views.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui.views_2.1.0/viewssrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui.workbench_2.1.0/workbenchsrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.ui.win32_2.1.0/workbenchwin32.jar" sourcepath="ORG_ECLIPSE_PLATFORM_WIN32_SOURCE_SRC/org.eclipse.ui.win32_2.1.0/workbenchwin32src.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench.texteditor_2.1.0/texteditor.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui.workbench.texteditor_2.1.0/texteditorsrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.ui.editors_2.1.0/editors.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui.editors_2.1.0/editorssrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.help_2.1.0/help.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.help_2.1.0/helpsrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.debug.ui_2.1.0/dtui.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.debug.ui_2.1.0/dtuisrc.zip"/>
+    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.xerces_4.0.7/xmlParserAPIs.jar"/>
+    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.xerces_4.0.7/xercesImpl.jar"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.1.0/runtime.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.runtime_2.1.0/runtimesrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.1.0/boot.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.boot_2.1.0/bootsrc.zip"/>
+    <classpathentry kind="var"
+        path="ECLIPSE_HOME/plugins/org.junit_3.8.1/junit.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.junit_3.8.1/junitsrc.zip"/>
+    <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
     <classpathentry kind="output" path="bin"/>
 </classpath>
index b60a780..d0147e7 100644 (file)
     <classpathentry kind="var"\r
         path="ECLIPSE_HOME/plugins/org.eclipse.ui.editors_2.1.0/editors.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui.editors_2.1.0/editorssrc.zip"/>\r
     <classpathentry kind="var"\r
+        path="ECLIPSE_HOME/plugins/org.eclipse.help_2.1.0/help.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.help_2.1.0/helpsrc.zip"/>\r
+    <classpathentry kind="var"\r
+        path="ECLIPSE_HOME/plugins/org.eclipse.debug.ui_2.1.0/dtui.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.debug.ui_2.1.0/dtuisrc.zip"/>\r
+    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.xerces_4.0.7/xmlParserAPIs.jar"/>\r
+    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.xerces_4.0.7/xercesImpl.jar"/>\r
+    <classpathentry kind="var"\r
         path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.1.0/runtime.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.runtime_2.1.0/runtimesrc.zip"/>\r
     <classpathentry kind="var"\r
         path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.1.0/boot.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.boot_2.1.0/bootsrc.zip"/>\r
+    <classpathentry kind="var"\r
+        path="ECLIPSE_HOME/plugins/org.junit_3.8.1/junit.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.junit_3.8.1/junitsrc.zip"/>\r
     <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>\r
     <classpathentry kind="output" path="bin"/>\r
-</classpath>\r
+</classpath>
\ No newline at end of file