[Bprocessor-commit] kernel .classpath,1.2,1.3
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-01-24 13:13:09
|
Update of /cvsroot/bprocessor/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2216 Modified Files: .classpath Log Message: Class path fixed Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/kernel/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 13 Nov 2005 11:44:15 -0000 1.2 --- .classpath 24 Jan 2006 13:12:59 -0000 1.3 *************** *** 3,9 **** <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="/tools/log4j/log4j.jar"/> - <classpathentry kind="lib" path="/tools/jaxb/jaxb.jar"/> <classpathentry kind="lib" path="build"/> <classpathentry kind="output" path="bin"/> </classpath> --- 3,9 ---- <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="build"/> + <classpathentry kind="lib" path="lib/log4j.jar"/> + <classpathentry kind="lib" path="lib/jaxb.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |