Removed JUnit project and replaced with JUNIT_JAR variable.

This commit is contained in:
Robert Greene 2003-05-26 21:12:40 +00:00
parent e869246c90
commit 09e6bf289b
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/JUnit"/>
<classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
<classpathentry kind="var" path="SWT_JAR"/>
<classpathentry kind="var" path="JUNIT_JAR"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -3,7 +3,6 @@
<name>AppleCommander</name>
<comment></comment>
<projects>
<project>JUnit</project>
</projects>
<buildSpec>
<buildCommand>