project.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>orion</name>
  8. <minimum-ant-version>1.6.5</minimum-ant-version>
  9. <source-roots>
  10. <root id="src.java.dir"/>
  11. <root id="src.resources.dir"/>
  12. </source-roots>
  13. <test-roots>
  14. <root id="test.java.dir"/>
  15. <root id="test.resources.dir"/>
  16. </test-roots>
  17. </data>
  18. <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
  19. <reference>
  20. <foreign-project>orion-component</foreign-project>
  21. <artifact-type>jar</artifact-type>
  22. <script>build.xml</script>
  23. <target>jar</target>
  24. <clean-target>clean</clean-target>
  25. <id>jar</id>
  26. </reference>
  27. <reference>
  28. <foreign-project>orion-defdm</foreign-project>
  29. <artifact-type>jar</artifact-type>
  30. <script>build.xml</script>
  31. <target>jar</target>
  32. <clean-target>clean</clean-target>
  33. <id>jar</id>
  34. </reference>
  35. <reference>
  36. <foreign-project>orion-dm</foreign-project>
  37. <artifact-type>jar</artifact-type>
  38. <script>build.xml</script>
  39. <target>jar</target>
  40. <clean-target>clean</clean-target>
  41. <id>jar</id>
  42. </reference>
  43. <reference>
  44. <foreign-project>orion-prefs</foreign-project>
  45. <artifact-type>jar</artifact-type>
  46. <script>build.xml</script>
  47. <target>jar</target>
  48. <clean-target>clean</clean-target>
  49. <id>jar</id>
  50. </reference>
  51. <reference>
  52. <foreign-project>orion-product</foreign-project>
  53. <artifact-type>jar</artifact-type>
  54. <script>build.xml</script>
  55. <target>jar</target>
  56. <clean-target>clean</clean-target>
  57. <id>jar</id>
  58. </reference>
  59. <reference>
  60. <foreign-project>orion-tokenizers</foreign-project>
  61. <artifact-type>jar</artifact-type>
  62. <script>build.xml</script>
  63. <target>jar</target>
  64. <clean-target>clean</clean-target>
  65. <id>jar</id>
  66. </reference>
  67. </references>
  68. </configuration>
  69. </project>