Eclipse classpath

[java]Index: .classpath

===================================================================

— .classpath (revision 6768)

+++ .classpath (working copy)

@@ -25,8 +25,6 @@

<classpathentry kind="lib" path="lib/jbullet/jbullet.jar"/>

<classpathentry kind="lib" path="lib/jbullet/stack-alloc.jar"/>

<classpathentry kind="lib" path="lib/jbullet/vecmath.jar"/>

  • <classpathentry kind="lib" path="lib/joal/jME3-natives-joal.jar"/>
  • <classpathentry kind="lib" path="lib/joal/joal.jar"/>

    <classpathentry kind="lib" path="lib/jogg/j-ogg-oggd.jar"/>

    <classpathentry kind="lib" path="lib/jogg/j-ogg-vorbisd.jar"/>

    <classpathentry kind="lib" path="lib/jogl/gluegen-rt.jar"/>



    [/java]



    just a small patch that gets rid of the not anymore existing buildpath for the joal files. So eclipse user do not need to manuelly delete it everytime they update.
1 Like

I second this one…

Definitely! It’s been a while since we’ve updated the Eclipse configuration files :slight_smile:

Committed in last SVN

[java]Index: .classpath

===================================================================

— .classpath (revision 6786)

+++ .classpath (working copy)

@@ -7,7 +7,6 @@

<classpathentry kind="src" path="src/desktop-fx"/>

<classpathentry kind="src" path="src/games"/>

<classpathentry kind="src" path="src/jbullet"/>

  • <classpathentry kind="src" path="src/joal"/>

    <classpathentry kind="src" path="src/jogg"/>

    <classpathentry kind="src" path="src/jogl"/>

    <classpathentry kind="src" path="src/lwjgl-oal"/>

    [/java]



    forgot to remove the old src folder for it.

fixed :wink: