[Bprocessor-commit] model .classpath,1.4,1.5
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-01-24 13:45:50
|
Update of /cvsroot/bprocessor/model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15235 Modified Files: .classpath Log Message: Eclipse is now set-up with project-dependencies which makes the semantic navigation work across projects (fx. show references on a method in model will yield results in gl and gui). Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/model/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 24 Jan 2006 13:13:04 -0000 1.4 --- .classpath 24 Jan 2006 13:45:41 -0000 1.5 *************** *** 3,9 **** <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="lib/log4j.jar"/> - <classpathentry kind="lib" path="lib/jaxb.jar"/> <classpathentry kind="lib" path="build/code"/> <classpathentry kind="output" path="bin"/> </classpath> --- 3,8 ---- <classpathentry kind="src" path="src"/> <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> |