.classpath 936 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" output="bin/main" path="src/main/resources">
  4. <attributes>
  5. <attribute name="gradle_scope" value="main"/>
  6. <attribute name="gradle_used_by_scope" value="main,test"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry kind="src" output="bin/main" path="src/main/java">
  10. <attributes>
  11. <attribute name="gradle_scope" value="main"/>
  12. <attribute name="gradle_used_by_scope" value="main,test"/>
  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. <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
  17. <attributes>
  18. <attribute name="org.eclipse.jst.component.nondependency" value=""/>
  19. </attributes>
  20. </classpathentry>
  21. <classpathentry kind="output" path="bin/default"/>
  22. </classpath>