project.xml 1.0 KB

123456789101112131415161718192021222324252627
  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. <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
  6. <name>orion-defdm</name>
  7. <minimum-ant-version>1.6.5</minimum-ant-version>
  8. <source-roots>
  9. <root id="src.metainf.dir" name="META-INF"/>
  10. <root id="src.dir"/>
  11. </source-roots>
  12. <test-roots>
  13. <root id="test.src.dir"/>
  14. </test-roots>
  15. </data>
  16. <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
  17. <reference>
  18. <foreign-project>orion-dm</foreign-project>
  19. <artifact-type>jar</artifact-type>
  20. <script>build.xml</script>
  21. <target>jar</target>
  22. <clean-target>clean</clean-target>
  23. <id>jar</id>
  24. </reference>
  25. </references>
  26. </configuration>
  27. </project>