project.xml 586B

1234567891011121314151617
  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. <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
  7. <name>GenesisAPI</name>
  8. <source-roots>
  9. <root id="src.dir"/>
  10. </source-roots>
  11. <test-roots>
  12. <root id="test.src.dir"/>
  13. </test-roots>
  14. </data>
  15. </configuration>
  16. </project>