project.xml 855B

12345678910111213141516171819202122
  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="xml_binding_build.xml" id="jaxb">
  7. <dependency dependsOn="jaxb-code-generation" target="-pre-pre-compile"/>
  8. </extension>
  9. </buildExtensions>
  10. <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
  11. <name>GenesisAPI</name>
  12. <explicit-platform explicit-source-supported="true"/>
  13. <source-roots>
  14. <root id="src.dir"/>
  15. </source-roots>
  16. <test-roots>
  17. <root id="test.src.dir"/>
  18. </test-roots>
  19. </data>
  20. </configuration>
  21. </project>