From: <nic...@us...> - 2003-08-28 15:43:05
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1:/tmp/cvs-serv23573 Modified Files: .classpath Log Message: adding servlet jar so that it properly compiles all the code. Index: .classpath =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .classpath 8 Aug 2003 08:51:57 -0000 1.1 --- .classpath 28 Aug 2003 15:42:57 -0000 1.2 *************** *** 5,11 **** <classpathentry kind="lib" path="lib/batik-awt-util.jar"/> <classpathentry kind="lib" path="lib/batik-dom.jar"/> ! <classpathentry kind="lib" path="lib/batik-svggen.jar"/> <classpathentry kind="lib" path="lib/batik-util.jar"/> ! <classpathentry kind="lib" path="lib/batik-xml.jar"/> ! <classpathentry kind="output" path="build"/> </classpath> --- 5,12 ---- <classpathentry kind="lib" path="lib/batik-awt-util.jar"/> <classpathentry kind="lib" path="lib/batik-dom.jar"/> ! <classpathentry kind="lib" path="lib/batik-svggen.jar"/> <classpathentry kind="lib" path="lib/batik-util.jar"/> ! <classpathentry kind="lib" path="lib/batik-xml.jar"/> ! <classpathentry kind="lib" path="lib/servlet_2_2.jar"/> ! <classpathentry kind="output" path="build"/> </classpath> |