this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 18 lines 814 B view raw
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-17/"/> 16 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> 17 <classpathentry kind="output" path="bin/default"/> 18</classpath>