project.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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-servlet</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.java2.dir" name="Main Java"/>
  11. <root id="src.resources.dir" name="Main Resources"/>
  12. </source-roots>
  13. <test-roots>
  14. <root id="test.java.dir" name="Test Java"/>
  15. <root id="test.resources.dir" name="Test Resources"/>
  16. </test-roots>
  17. </data>
  18. <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
  19. <reference>
  20. <foreign-project>orion-defdm</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-dm</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-product</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-tokenizers</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. </references>
  52. </configuration>
  53. </project>