[Bprocessor-commit] kernel .classpath,1.4,1.5
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-01-24 13:57:42
|
Update of /cvsroot/bprocessor/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20002 Modified Files: .classpath Log Message: A slightly different dependency setup Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/kernel/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 24 Jan 2006 13:45:37 -0000 1.4 --- .classpath 24 Jan 2006 13:57:31 -0000 1.5 *************** *** 4,9 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="build"/> ! <classpathentry exported="true" kind="lib" path="/tools/jaxb/jaxb.jar"/> ! <classpathentry exported="true" kind="lib" path="/tools/log4j/log4j.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,10 ---- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="build"/> ! <classpathentry kind="src" path="/gl"/> ! <classpathentry kind="src" path="/gui"/> ! <classpathentry kind="src" path="/model"/> <classpathentry kind="output" path="bin"/> </classpath> |