From: khartlage <khartlage> Date: Sun, 17 Nov 2002 14:03:34 +0000 (+0000) Subject: First JUnit test cases for the PHP Parser X-Git-Url: http://secure.phpeclipse.com First JUnit test cases for the PHP Parser --- diff --git a/net.sourceforge.phpeclipse/.classpath b/net.sourceforge.phpeclipse/.classpath index 08c0bf7..ae79f9d 100644 --- a/net.sourceforge.phpeclipse/.classpath +++ b/net.sourceforge.phpeclipse/.classpath @@ -17,5 +17,6 @@ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.0.0/boot.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.boot_2.0.0/bootsrc.zip"/> <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="lib" path="C:/eclipse/plugins/org.junit_3.7.0/junit.jar"/> <classpathentry kind="output" path="bin"/> </classpath>