.classpath 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry including="**/*.java" kind="src" output="build/classes" path="src/main/java">
  4. <attributes>
  5. <attribute name="optional" value="true"/>
  6. <attribute name="maven.pomderived" value="true"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry excluding="**" kind="src" output="build/classes" path="src/main/resources">
  10. <attributes>
  11. <attribute name="maven.pomderived" value="true"/>
  12. </attributes>
  13. </classpathentry>
  14. <classpathentry kind="src" output="build/test-classes" path="src/test/java">
  15. <attributes>
  16. <attribute name="optional" value="true"/>
  17. <attribute name="maven.pomderived" value="true"/>
  18. </attributes>
  19. </classpathentry>
  20. <classpathentry excluding="**" kind="src" output="build/test-classes" path="src/test/resources">
  21. <attributes>
  22. <attribute name="maven.pomderived" value="true"/>
  23. </attributes>
  24. </classpathentry>
  25. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
  26. <attributes>
  27. <attribute name="maven.pomderived" value="true"/>
  28. </attributes>
  29. </classpathentry>
  30. <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
  31. <attributes>
  32. <attribute name="maven.pomderived" value="true"/>
  33. <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
  34. </attributes>
  35. </classpathentry>
  36. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/filterbuilder.jar"/>
  37. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/htmllexer.jar"/>
  38. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/htmlparser.jar"/>
  39. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/httpclient-4.3.jar"/>
  40. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/NauticalService.jar"/>
  41. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/ojdbc6.jar"/>
  42. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/sax2.jar"/>
  43. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/thumbelina.jar"/>
  44. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/x-tools-hscbdt-1.0-SNAPSHOT.jar"/>
  45. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/x-tools-io-1.0-SNAPSHOT.jar"/>
  46. <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/x-tools-utils-1.0-SNAPSHOT.jar"/>
  47. <classpathentry kind="output" path="build/classes"/>
  48. </classpath>