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