You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.xml 894B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://www.netbeans.org/ns/project/1">
  3. <type>org.netbeans.modules.web.project</type>
  4. <configuration>
  5. <data xmlns="http://www.netbeans.org/ns/web-project/3">
  6. <name>WebAdventure</name>
  7. <minimum-ant-version>1.6.5</minimum-ant-version>
  8. <web-module-libraries>
  9. <library dirs="200">
  10. <file>${libs.javaee-web-api-7.0.classpath}</file>
  11. <path-in-war>WEB-INF/lib</path-in-war>
  12. </library>
  13. </web-module-libraries>
  14. <web-module-additional-libraries/>
  15. <source-roots>
  16. <root id="src.dir"/>
  17. </source-roots>
  18. <test-roots>
  19. <root id="test.src.dir"/>
  20. </test-roots>
  21. </data>
  22. </configuration>
  23. </project>