Dépôt du be graphe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.classpath 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" output="target/classes" path="src/main">
  4. <attributes>
  5. <attribute name="optional" value="true"/>
  6. <attribute name="maven.pomderived" value="true"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry kind="src" output="target/test-classes" path="src/test">
  10. <attributes>
  11. <attribute name="optional" value="true"/>
  12. <attribute name="maven.pomderived" value="true"/>
  13. </attributes>
  14. </classpathentry>
  15. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
  16. <attributes>
  17. <attribute name="maven.pomderived" value="true"/>
  18. </attributes>
  19. </classpathentry>
  20. <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
  21. <classpathentry kind="lib" path="libs/piccolo2d-core-3.0.jar">
  22. <attributes>
  23. <attribute name="javadoc_location" value="jar:platform:/resource/be-graphes-base/libs/piccolo2d-core-3.0-javadoc.jar!/"/>
  24. </attributes>
  25. </classpathentry>
  26. <classpathentry kind="lib" path="libs/piccolo2d-extras-3.0.jar">
  27. <attributes>
  28. <attribute name="javadoc_location" value="jar:platform:/resource/be-graphes-base/libs/piccolo2d-extras-3.0-javadoc.jar!/"/>
  29. </attributes>
  30. </classpathentry>
  31. <classpathentry kind="lib" path="libs/piccolo2d-swt-3.0.jar">
  32. <attributes>
  33. <attribute name="javadoc_location" value="jar:platform:/resource/be-graphes-base/libs/piccolo2d-swt-3.0-javadoc.jar!/"/>
  34. </attributes>
  35. </classpathentry>
  36. <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
  37. <attributes>
  38. <attribute name="maven.pomderived" value="true"/>
  39. </attributes>
  40. </classpathentry>
  41. <classpathentry kind="output" path="target/classes"/>
  42. </classpath>