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 1.1KB

123456789101112131415161718192021222324252627
  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. <library dirs="200">
  14. <file>${libs.MyLibrary.classpath}</file>
  15. <path-in-war>WEB-INF/lib</path-in-war>
  16. </library>
  17. </web-module-libraries>
  18. <web-module-additional-libraries/>
  19. <source-roots>
  20. <root id="src.dir"/>
  21. </source-roots>
  22. <test-roots>
  23. <root id="test.src.dir"/>
  24. </test-roots>
  25. </data>
  26. </configuration>
  27. </project>