Update of /cvsroot/jcharts/krysalis-jcharts
In directory sc8-pr-cvs1:/tmp/cvs-serv25210
Modified Files:
.classpath
Log Message:
add junit tests to path
Index: .classpath
===================================================================
RCS file: /cvsroot/jcharts/krysalis-jcharts/.classpath,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .classpath 2 Sep 2003 08:44:02 -0000 1.3
--- .classpath 6 Sep 2003 11:14:10 -0000 1.4
***************
*** 3,6 ****
--- 3,7 ----
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/scratchpad"/>
+ <classpathentry kind="src" path="src/test"/>
<classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
<classpathentry kind="lib" path="lib/batik-awt-util.jar"/>
***************
*** 10,13 ****
--- 11,15 ----
<classpathentry kind="lib" path="lib/batik-xml.jar"/>
<classpathentry kind="lib" path="lib/servlet_2_2.jar"/>
+ <classpathentry kind="var" path="JUNIT_HOME/junit.jar" sourcepath="JUNIT_HOME/junitsrc.zip"/>
<classpathentry kind="output" path="build"/>
</classpath>
|