Prechádzať zdrojové kódy

* 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
sha..rd 14 rokov pred
rodič
commit
87116ba4bc
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      engine/.classpath

+ 4 - 0
engine/.classpath

@@ -19,6 +19,8 @@
 	<classpathentry kind="src" path="src/xml"/>
 	<classpathentry kind="src" path="src/terrain"/>
 	<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/jbullet.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/nifty-examples-1.3-SNAPSHOT.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"/>
 </classpath>