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.5KB

1234567891011121314151617181920212223242526272829303132333435
  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>${file.reference.jackson-annotations-2.9.0.jar}</file>
  15. <path-in-war>WEB-INF/lib</path-in-war>
  16. </library>
  17. <library dirs="200">
  18. <file>${file.reference.jackson-core-2.9.9.jar}</file>
  19. <path-in-war>WEB-INF/lib</path-in-war>
  20. </library>
  21. <library dirs="200">
  22. <file>${file.reference.jackson-databind-2.9.9.jar}</file>
  23. <path-in-war>WEB-INF/lib</path-in-war>
  24. </library>
  25. </web-module-libraries>
  26. <web-module-additional-libraries/>
  27. <source-roots>
  28. <root id="src.dir"/>
  29. </source-roots>
  30. <test-roots>
  31. <root id="test.src.dir"/>
  32. </test-roots>
  33. </data>
  34. </configuration>
  35. </project>