project.xml 1.1KB

12345678910111213141516171819202122232425262728
  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. <<<<<<< HEAD
  6. <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
  7. <extension file="xml_binding_build.xml" id="jaxb">
  8. <dependency dependsOn="jaxb-code-generation" target="-pre-pre-compile"/>
  9. </extension>
  10. <extension file="jaxws-build.xml" id="jaxws">
  11. <dependency dependsOn="wsimport-client-generate" target="-pre-pre-compile"/>
  12. </extension>
  13. </buildExtensions>
  14. =======
  15. <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1"/>
  16. >>>>>>> bcc5cc7a32fb775362b37b73c65ea7796c970bfe
  17. <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
  18. <name>GenesisAPI</name>
  19. <source-roots>
  20. <root id="src.dir"/>
  21. </source-roots>
  22. <test-roots>
  23. <root id="test.src.dir"/>
  24. </test-roots>
  25. </data>
  26. </configuration>
  27. </project>