Update of /cvsroot/bprocessor/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15208
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/kernel/.classpath,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .classpath 24 Jan 2006 13:12:59 -0000 1.3
--- .classpath 24 Jan 2006 13:45:37 -0000 1.4
***************
*** 4,9 ****
<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>
--- 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>
|