Update of /cvsroot/bprocessor/gl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15159
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/gl/.classpath,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .classpath 10 Aug 2005 12:42:46 -0000 1.1
--- .classpath 24 Jan 2006 13:45:30 -0000 1.2
***************
*** 3,11 ****
<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="lib" path="lib/jogl.jar"/>
! <classpathentry kind="lib" path="lib/gui.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>
--- 3,10 ----
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
! <classpathentry kind="src" path="/gui"/>
! <classpathentry kind="src" path="/kernel"/>
! <classpathentry kind="src" path="/model"/>
! <classpathentry kind="lib" path="/tools/jogl/jogl.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>
|