.classpath 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" output="target/test-classes" path="src/test/java">
  4. <attributes>
  5. <attribute name="optional" value="true"/>
  6. <attribute name="maven.pomderived" value="true"/>
  7. <attribute name="test" value="true"/>
  8. </attributes>
  9. </classpathentry>
  10. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15">
  11. <attributes>
  12. <attribute name="maven.pomderived" value="true"/>
  13. </attributes>
  14. </classpathentry>
  15. <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
  16. <attributes>
  17. <attribute name="maven.pomderived" value="true"/>
  18. </attributes>
  19. </classpathentry>
  20. <classpathentry kind="src" path="target/generated-sources/annotations">
  21. <attributes>
  22. <attribute name="optional" value="true"/>
  23. <attribute name="maven.pomderived" value="true"/>
  24. <attribute name="ignore_optional_problems" value="true"/>
  25. <attribute name="m2e-apt" value="true"/>
  26. </attributes>
  27. </classpathentry>
  28. <classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
  29. <attributes>
  30. <attribute name="optional" value="true"/>
  31. <attribute name="maven.pomderived" value="true"/>
  32. </attributes>
  33. </classpathentry>
  34. <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
  35. <attributes>
  36. <attribute name="optional" value="true"/>
  37. <attribute name="maven.pomderived" value="true"/>
  38. <attribute name="ignore_optional_problems" value="true"/>
  39. <attribute name="m2e-apt" value="true"/>
  40. <attribute name="test" value="true"/>
  41. </attributes>
  42. </classpathentry>
  43. <classpathentry kind="output" path="target/classes"/>
  44. </classpath>