|
From: Peter P. <pr...@us...> - 2007-03-21 19:17:20
|
Update of /cvsroot/pyxida/Pyxida In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10255 Modified Files: .classpath Log Message: Moved comm package under async Index: .classpath =================================================================== RCS file: /cvsroot/pyxida/Pyxida/.classpath,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** .classpath 6 Feb 2007 17:54:03 -0000 1.6 --- .classpath 21 Mar 2007 19:17:15 -0000 1.7 *************** *** 6,11 **** <classpathentry kind="lib" path="lib/xmlrpc-2.0-a1-dev.jar"/> <classpathentry kind="lib" path="lib/commons-codec-1.2.jar"/> - <classpathentry kind="lib" path="lib/sbon-async.jar"/> <classpathentry kind="lib" path="lib/util-prp.jar"/> <classpathentry kind="output" path="classes"/> </classpath> --- 6,11 ---- <classpathentry kind="lib" path="lib/xmlrpc-2.0-a1-dev.jar"/> <classpathentry kind="lib" path="lib/commons-codec-1.2.jar"/> <classpathentry kind="lib" path="lib/util-prp.jar"/> + <classpathentry kind="lib" path="lib/sbon-async.jar"/> <classpathentry kind="output" path="classes"/> </classpath> |