From 04412712d00277ffcbfc8de3a8f0a1e7a3a7520f Mon Sep 17 00:00:00 2001 From: khartlage Date: Tue, 20 Jan 2004 23:09:32 +0000 Subject: [PATCH] changes to install phpeclipse under wampp distribution --- net.sourceforge.phpeclipse.debug.core/.classpath | 22 ++++++------ net.sourceforge.phpeclipse.debug.core/.project | 2 +- net.sourceforge.phpeclipse.debug.core/build.xml | 35 +++++++++++------- net.sourceforge.phpeclipse.debug.ui/.classpath | 26 ++++++------- net.sourceforge.phpeclipse.debug.ui/.project | 3 +- net.sourceforge.phpeclipse.debug.ui/build.xml | 35 +++++++++++------- net.sourceforge.phpeclipse.launching/.classpath | 41 +++++++++++++++++---- net.sourceforge.phpeclipse.launching/.project | 3 +- net.sourceforge.phpeclipse.launching/build.xml | 35 +++++++++++------- 9 files changed, 124 insertions(+), 78 deletions(-) diff --git a/net.sourceforge.phpeclipse.debug.core/.classpath b/net.sourceforge.phpeclipse.debug.core/.classpath index 6798997..3b89370 100644 --- a/net.sourceforge.phpeclipse.debug.core/.classpath +++ b/net.sourceforge.phpeclipse.debug.core/.classpath @@ -2,19 +2,19 @@ + path="ECLIPSE_HOME/plugins/org.eclipse.ui_2.1.1/ui.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui_2.1.1/uisrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.swt.win32_2.1.2/ws/win32/swt.jar" sourcepath="ORG_ECLIPSE_PLATFORM_WIN32_SOURCE_SRC/org.eclipse.swt.win32_2.1.2/ws/win32/swtsrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.jface_2.1.1/jface.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.jface_2.1.1/jfacesrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_2.1.1/workbench.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui.workbench_2.1.1/workbenchsrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.1.1/runtime.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.runtime_2.1.1/runtimesrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.core.resources_2.1.1/resources.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.resources_2.1.1/resourcessrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.debug.core_2.1.2/dtcore.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.debug.core_2.1.2/dtcoresrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.debug.ui_2.1.2.1/dtui.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.debug.ui_2.1.2.1/dtuisrc.zip"/> - + - + path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.1.3/boot.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.boot_2.1.3/bootsrc.zip"/> + diff --git a/net.sourceforge.phpeclipse.debug.core/.project b/net.sourceforge.phpeclipse.debug.core/.project index 375b066..01597ae 100644 --- a/net.sourceforge.phpeclipse.debug.core/.project +++ b/net.sourceforge.phpeclipse.debug.core/.project @@ -3,7 +3,7 @@ net.sourceforge.phpeclipse.debug.core - net.sourceforge.phpeclipse + net.sourceforge.phpeclipse213 diff --git a/net.sourceforge.phpeclipse.debug.core/build.xml b/net.sourceforge.phpeclipse.debug.core/build.xml index f86588d..217b221 100644 --- a/net.sourceforge.phpeclipse.debug.core/build.xml +++ b/net.sourceforge.phpeclipse.debug.core/build.xml @@ -5,10 +5,13 @@ + + + - + @@ -19,14 +22,14 @@ - + - + @@ -35,12 +38,12 @@ - + - + @@ -52,14 +55,14 @@ - + - + - + @@ -69,8 +72,8 @@ - - + + @@ -82,7 +85,7 @@ - + @@ -91,10 +94,11 @@ - + + - + @@ -108,8 +112,11 @@ - + + + + diff --git a/net.sourceforge.phpeclipse.debug.ui/.classpath b/net.sourceforge.phpeclipse.debug.ui/.classpath index b8be25f..19bc6e5 100644 --- a/net.sourceforge.phpeclipse.debug.ui/.classpath +++ b/net.sourceforge.phpeclipse.debug.ui/.classpath @@ -2,23 +2,23 @@ + path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.1.1/runtime.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.runtime_2.1.1/runtimesrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.core.resources_2.1.1/resources.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.resources_2.1.1/resourcessrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.ui_2.1.1/ui.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui_2.1.1/uisrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.swt.win32_2.1.2/ws/win32/swt.jar" sourcepath="ORG_ECLIPSE_PLATFORM_WIN32_SOURCE_SRC/org.eclipse.swt.win32_2.1.2/ws/win32/swtsrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.jface_2.1.1/jface.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.jface_2.1.1/jfacesrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_2.1.1/workbench.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.ui.workbench_2.1.1/workbenchsrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.debug.core_2.1.2/dtcore.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.debug.core_2.1.2/dtcoresrc.zip"/> + path="ECLIPSE_HOME/plugins/org.eclipse.debug.ui_2.1.2.1/dtui.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.debug.ui_2.1.2.1/dtuisrc.zip"/> + + - - - - + path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.1.3/boot.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.boot_2.1.3/bootsrc.zip"/> + diff --git a/net.sourceforge.phpeclipse.debug.ui/.project b/net.sourceforge.phpeclipse.debug.ui/.project index 5cfad78..a1c5e4a 100644 --- a/net.sourceforge.phpeclipse.debug.ui/.project +++ b/net.sourceforge.phpeclipse.debug.ui/.project @@ -3,8 +3,9 @@ net.sourceforge.phpeclipse.debug.ui - net.sourceforge.phpeclipse + net.sourceforge.phpeclipse.debug.core net.sourceforge.phpeclipse.launching + net.sourceforge.phpeclipse213 diff --git a/net.sourceforge.phpeclipse.debug.ui/build.xml b/net.sourceforge.phpeclipse.debug.ui/build.xml index 6ee95af..8bafe8b 100644 --- a/net.sourceforge.phpeclipse.debug.ui/build.xml +++ b/net.sourceforge.phpeclipse.debug.ui/build.xml @@ -5,10 +5,13 @@ + + + - + @@ -19,14 +22,14 @@ - + - + @@ -35,12 +38,12 @@ - + - + @@ -52,14 +55,14 @@ - + - + - + @@ -69,8 +72,8 @@ - - + + @@ -82,7 +85,7 @@ - + @@ -91,10 +94,11 @@ - + + - + @@ -108,8 +112,11 @@ - + + + + diff --git a/net.sourceforge.phpeclipse.launching/.classpath b/net.sourceforge.phpeclipse.launching/.classpath index a02671e..76db8ee 100644 --- a/net.sourceforge.phpeclipse.launching/.classpath +++ b/net.sourceforge.phpeclipse.launching/.classpath @@ -1,15 +1,40 @@ - - - - - - - + + + + + + + + + + + + + + + + + - + diff --git a/net.sourceforge.phpeclipse.launching/.project b/net.sourceforge.phpeclipse.launching/.project index 6472dbe..515d5a4 100644 --- a/net.sourceforge.phpeclipse.launching/.project +++ b/net.sourceforge.phpeclipse.launching/.project @@ -3,7 +3,8 @@ net.sourceforge.phpeclipse.launching - net.sourceforge.phpeclipse + net.sourceforge.phpeclipse.debug.core + net.sourceforge.phpeclipse213 diff --git a/net.sourceforge.phpeclipse.launching/build.xml b/net.sourceforge.phpeclipse.launching/build.xml index 53bb0b1..25aeb09 100644 --- a/net.sourceforge.phpeclipse.launching/build.xml +++ b/net.sourceforge.phpeclipse.launching/build.xml @@ -5,10 +5,13 @@ + + + - + @@ -19,14 +22,14 @@ - + - + @@ -35,12 +38,12 @@ - + - + @@ -52,14 +55,14 @@ - + - + - + @@ -69,8 +72,8 @@ - - + + @@ -82,7 +85,7 @@ - + @@ -91,10 +94,11 @@ - + + - + @@ -108,8 +112,11 @@ - + + + + -- 1.7.1