project.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://www.netbeans.org/ns/project/1">
  3. <type>org.netbeans.modules.java.j2seproject</type>
  4. <configuration>
  5. <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
  6. <extension file="jnlp-impl.xml" id="jws">
  7. <dependency dependsOn="jnlp" target="jar"/>
  8. </extension>
  9. </buildExtensions>
  10. <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
  11. <name>jMonkeyEngine3</name>
  12. <minimum-ant-version>1.6.5</minimum-ant-version>
  13. <source-roots>
  14. <root id="src.core.dir" name="Core"/>
  15. <root id="src.core-data.dir" name="Core-Data"/>
  16. <root id="src.core-plugins.dir" name="Core-Plugins"/>
  17. <root id="src.terrain.dir" name="Terrain"/>
  18. <root id="src.networking.dir" name="Networking"/>
  19. <root id="src.desktop.dir" name="Desktop"/>
  20. <root id="src.desktop-fx.dir" name="Desktop-FX"/>
  21. <root id="src.games.dir" name="Games"/>
  22. <root id="src.jbullet.dir" name="JBullet"/>
  23. <root id="src.niftygui.dir" name="NiftyGUI"/>
  24. <root id="src.jogg.dir" name="JOGG"/>
  25. <root id="src.lwjgl-oal.dir" name="LWJGL-OAL"/>
  26. <root id="src.lwjgl-ogl.dir" name="LWJGL-OGL"/>
  27. <root id="src.ogre.dir" name="Ogre"/>
  28. <root id="src.blender.dir" name="Blender"/>
  29. <root id="src.pack.dir" name="Pack"/>
  30. <root id="src.jheora.dir" name="Jheora"/>
  31. <root id="src.test.dir" name="Test"/>
  32. <root id="src.tools.dir" name="Tools"/>
  33. <root id="src.xml.dir" name="XML"/>
  34. </source-roots>
  35. <test-roots>
  36. <root id="test.test.dir" name="Unit Test"/>
  37. </test-roots>
  38. </data>
  39. <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
  40. <definitions>./lib/nblibraries.properties</definitions>
  41. </libraries>
  42. </configuration>
  43. </project>