* Fixed eclipse project by adding missing entries to classpath file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7580 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
sha..rd 14 years ago
parent 3f707fb44a
commit 87116ba4bc
  1. 4
      engine/.classpath

@ -19,6 +19,8 @@
<classpathentry kind="src" path="src/xml"/> <classpathentry kind="src" path="src/xml"/>
<classpathentry kind="src" path="src/terrain"/> <classpathentry kind="src" path="src/terrain"/>
<classpathentry kind="src" path="src/networking"/> <classpathentry kind="src" path="src/networking"/>
<classpathentry kind="src" path="src/blender"/>
<classpathentry kind="lib" path="lib/jbullet/asm-all-3.1.jar"/> <classpathentry kind="lib" path="lib/jbullet/asm-all-3.1.jar"/>
<classpathentry kind="lib" path="lib/jbullet/jbullet.jar"/> <classpathentry kind="lib" path="lib/jbullet/jbullet.jar"/>
<classpathentry kind="lib" path="lib/jbullet/stack-alloc.jar"/> <classpathentry kind="lib" path="lib/jbullet/stack-alloc.jar"/>
@ -38,5 +40,7 @@
<classpathentry kind="lib" path="lib/niftygui/eventbus-1.4.jar"/> <classpathentry kind="lib" path="lib/niftygui/eventbus-1.4.jar"/>
<classpathentry kind="lib" path="lib/niftygui/nifty-examples-1.3-SNAPSHOT.jar"/> <classpathentry kind="lib" path="lib/niftygui/nifty-examples-1.3-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/niftygui/xmlpull-xpp3-1.1.4c.jar"/> <classpathentry kind="lib" path="lib/niftygui/xmlpull-xpp3-1.1.4c.jar"/>
<classpathentry kind="lib" path="lib/noise/noise-0.0.1-SNAPSHOT.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

Loading…
Cancel
Save