Update of /cvsroot/bprocessor/model
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20122
Modified Files:
.classpath
Log Message:
added junit to the classpath
Index: .classpath
===================================================================
RCS file: /cvsroot/bprocessor/model/.classpath,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** .classpath 15 May 2006 15:21:59 -0000 1.8
--- .classpath 12 Jul 2006 12:07:37 -0000 1.9
***************
*** 7,10 ****
--- 7,11 ----
<classpathentry kind="lib" path="build"/>
<classpathentry exported="true" kind="lib" path="/tools/antlr/antlr.jar"/>
+ <classpathentry kind="lib" path="/tools/junit/junit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|