project.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-component</name>
  7. <minimum-ant-version>1.6.5</minimum-ant-version>
  8. <source-roots>
  9. <root id="src.java.dir"/>
  10. <root id="src.resources.dir"/>
  11. </source-roots>
  12. <test-roots>
  13. <root id="test.java.dir"/>
  14. <root id="test.resources.dir"/>
  15. </test-roots>
  16. </data>
  17. <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
  18. <reference>
  19. <foreign-project>orion-dm</foreign-project>
  20. <artifact-type>jar</artifact-type>
  21. <script>build.xml</script>
  22. <target>jar</target>
  23. <clean-target>clean</clean-target>
  24. <id>jar</id>
  25. </reference>
  26. <reference>
  27. <foreign-project>orion-product</foreign-project>
  28. <artifact-type>jar</artifact-type>
  29. <script>build.xml</script>
  30. <target>jar</target>
  31. <clean-target>clean</clean-target>
  32. <id>jar</id>
  33. </reference>
  34. <reference>
  35. <foreign-project>orion-tokenizers</foreign-project>
  36. <artifact-type>jar</artifact-type>
  37. <script>build.xml</script>
  38. <target>jar</target>
  39. <clean-target>clean</clean-target>
  40. <id>jar</id>
  41. </reference>
  42. </references>
  43. </configuration>
  44. </project>