.classpath 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 excluding="**" kind="src" output="target/classes" path="src/main/resources">
  10. <attributes>
  11. <attribute name="maven.pomderived" value="true"/>
  12. </attributes>
  13. </classpathentry>
  14. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
  15. <attributes>
  16. <attribute name="maven.pomderived" value="true"/>
  17. </attributes>
  18. </classpathentry>
  19. <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
  20. <attributes>
  21. <attribute name="maven.pomderived" value="true"/>
  22. <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
  23. </attributes>
  24. </classpathentry>
  25. <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0.22"/>
  26. <classpathentry kind="lib" path="/style24.core/target/classes">
  27. <attributes>
  28. <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/classes"/>
  29. </attributes>
  30. </classpathentry>
  31. <classpathentry kind="src" output="target/test-classes" path="src/test/java">
  32. <attributes>
  33. <attribute name="optional" value="true"/>
  34. <attribute name="maven.pomderived" value="true"/>
  35. <attribute name="test" value="true"/>
  36. </attributes>
  37. </classpathentry>
  38. <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
  39. <attributes>
  40. <attribute name="maven.pomderived" value="true"/>
  41. <attribute name="test" value="true"/>
  42. </attributes>
  43. </classpathentry>
  44. <classpathentry kind="output" path="target/classes"/>
  45. </classpath>