Update of /cvsroot/bprocessor/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15185
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/gui/.classpath,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .classpath 18 Nov 2005 16:27:02 -0000 1.2
--- .classpath 24 Jan 2006 13:45:33 -0000 1.3
***************
*** 3,9 ****
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
! <classpathentry kind="lib" path="lib/model.jar"/>
! <classpathentry kind="lib" path="lib/log4j.jar"/>
! <classpathentry kind="lib" path="lib/kernel.jar"/>
<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="src" path="/kernel"/>
! <classpathentry kind="src" path="/model"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|