.classpath 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" output="bin/main" path="src/main/java">
  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/resources">
  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="src" output="bin/test" path="src/test/java">
  16. <attributes>
  17. <attribute name="gradle_scope" value="test"/>
  18. <attribute name="gradle_used_by_scope" value="test"/>
  19. <attribute name="test" value="true"/>
  20. </attributes>
  21. </classpathentry>
  22. <classpathentry kind="src" output="bin/test" path="src/test/resources">
  23. <attributes>
  24. <attribute name="gradle_scope" value="test"/>
  25. <attribute name="gradle_used_by_scope" value="test"/>
  26. <attribute name="test" value="true"/>
  27. </attributes>
  28. </classpathentry>
  29. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
  30. <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
  31. <attributes>
  32. <attribute name="org.eclipse.jst.component.nondependency" value=""/>
  33. </attributes>
  34. </classpathentry>
  35. <classpathentry kind="output" path="bin/default"/>
  36. </classpath>