|
From: Peter P. <pr...@us...> - 2006-11-22 18:46:46
|
Update of /cvsroot/pyxida/Pyxida In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11624 Modified Files: .classpath Log Message: Made ICMPPinger work (sort of) - the code still hangs every nth invocation - haven't tested the external NIC detection - external NIC detection is very hacky Fixed webpage to support transparency on IE Index: .classpath =================================================================== RCS file: /cvsroot/pyxida/Pyxida/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 20 Nov 2006 17:22:31 -0000 1.3 --- .classpath 22 Nov 2006 18:46:45 -0000 1.4 *************** *** 1,5 **** <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="lib/sbon-async.jar" sourcepath="/SBON"/> --- 1,5 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry excluding="edu/harvard/syrah/pyxida/ping/PingResult.java" kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="lib/sbon-async.jar" sourcepath="/SBON"/> |