project.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://www.netbeans.org/ns/project/1">
  3. <type>org.netbeans.modules.ant.freeform</type>
  4. <configuration>
  5. <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
  6. <!-- Do not use Project Properties customizer when editing this file manually. -->
  7. <name>jME3-SDK</name>
  8. <properties/>
  9. <ide-actions>
  10. <action name="build">
  11. <target>build</target>
  12. </action>
  13. <action name="clean">
  14. <target>clean</target>
  15. </action>
  16. <action name="run">
  17. <target>run</target>
  18. </action>
  19. <action name="rebuild">
  20. <target>clean</target>
  21. <target>build</target>
  22. </action>
  23. </ide-actions>
  24. <view>
  25. <items>
  26. <source-file>
  27. <location>build.xml</location>
  28. </source-file>
  29. </items>
  30. <context-menu>
  31. <ide-action name="build"/>
  32. <ide-action name="rebuild"/>
  33. <ide-action name="clean"/>
  34. <ide-action name="run"/>
  35. </context-menu>
  36. </view>
  37. </general-data>
  38. <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/>
  39. </configuration>
  40. </project>