|
From: Peter P. <pr...@us...> - 2007-07-20 13:22:21
|
Update of /cvsroot/pyxida/Pyxida In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27511 Modified Files: .classpath Log Message: Updated handling of config parameters Index: .classpath =================================================================== RCS file: /cvsroot/pyxida/Pyxida/.classpath,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** .classpath 4 Jun 2007 17:47:39 -0000 1.8 --- .classpath 20 Jul 2007 13:22:18 -0000 1.9 *************** *** 7,11 **** <classpathentry kind="lib" path="lib/commons-codec-1.2.jar"/> <classpathentry kind="lib" path="lib/util-prp.jar"/> ! <classpathentry kind="lib" path="lib/asyncj.jar"/> <classpathentry kind="output" path="classes"/> </classpath> --- 7,11 ---- <classpathentry kind="lib" path="lib/commons-codec-1.2.jar"/> <classpathentry kind="lib" path="lib/util-prp.jar"/> ! <classpathentry kind="lib" path="lib/asyncj.jar" sourcepath="/AsyncJ"/> <classpathentry kind="output" path="classes"/> </classpath> |