.classpath 1.7 KB

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