From: <nic...@us...> - 2003-09-02 08:44:05
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1:/tmp/cvs-serv9767 Modified Files: .classpath Log Message: Make scratchpad built by eclipse. Index: .classpath =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 28 Aug 2003 15:42:57 -0000 1.2 --- .classpath 2 Sep 2003 08:44:02 -0000 1.3 *************** *** 2,5 **** --- 2,6 ---- <classpath> <classpathentry kind="src" path="src/java"/> + <classpathentry kind="src" path="src/scratchpad"/> <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> <classpathentry kind="lib" path="lib/batik-awt-util.jar"/> *************** *** 9,12 **** <classpathentry kind="lib" path="lib/batik-xml.jar"/> <classpathentry kind="lib" path="lib/servlet_2_2.jar"/> ! <classpathentry kind="output" path="build"/> </classpath> --- 10,13 ---- <classpathentry kind="lib" path="lib/batik-xml.jar"/> <classpathentry kind="lib" path="lib/servlet_2_2.jar"/> ! <classpathentry kind="output" path="build"/> </classpath> |