.classpath 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry including="**/*.java" kind="src" output="target/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 kind="src" path="src/main/webapp"/>
  10. <classpathentry kind="src" path="src/main/resources"/>
  11. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
  12. <attributes>
  13. <attribute name="module" value="true"/>
  14. <attribute name="maven.pomderived" value="true"/>
  15. </attributes>
  16. </classpathentry>
  17. <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
  18. <attributes>
  19. <attribute name="maven.pomderived" value="true"/>
  20. <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
  21. </attributes>
  22. </classpathentry>
  23. <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0"/>
  24. <classpathentry kind="src" output="target/test-classes" path="src/test/java">
  25. <attributes>
  26. <attribute name="test" value="true"/>
  27. <attribute name="optional" value="true"/>
  28. <attribute name="maven.pomderived" value="true"/>
  29. </attributes>
  30. </classpathentry>
  31. <classpathentry kind="src" path="target/generated-sources/annotations">
  32. <attributes>
  33. <attribute name="ignore_optional_problems" value="true"/>
  34. <attribute name="optional" value="true"/>
  35. <attribute name="maven.pomderived" value="true"/>
  36. <attribute name="m2e-apt" value="true"/>
  37. </attributes>
  38. </classpathentry>
  39. <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
  40. <attributes>
  41. <attribute name="ignore_optional_problems" value="true"/>
  42. <attribute name="test" value="true"/>
  43. <attribute name="optional" value="true"/>
  44. <attribute name="maven.pomderived" value="true"/>
  45. <attribute name="m2e-apt" value="true"/>
  46. </attributes>
  47. </classpathentry>
  48. <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/8080"/>
  49. <classpathentry kind="output" path="target/classes"/>
  50. </classpath>