diff options
| author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-06-12 07:37:14 -0500 |
|---|---|---|
| committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-06-12 07:37:14 -0500 |
| commit | 360b4261ebb9b65dcf91a6e49c5d23784e592945 (patch) | |
| tree | f4b35e7dbf6ddd0b89bc46e2e34f2b84bdf161d7 /.classpath | |
| parent | 910b2f1b448ec56e6a66f4aa4f72e71c39de40a1 (diff) | |
| parent | 41b0eda07403db9b09184b79060bcc323dcdc753 (diff) | |
Merge branch 'release-0.3.0'
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 28 |
1 files changed, 20 insertions, 8 deletions
@@ -1,20 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> + <classpathentry kind="src" output="bin/main" path="src/main/java"> <attributes> - <attribute name="maven.pomderived" value="true"/> + <attribute name="gradle_scope" value="main"/> + <attribute name="gradle_used_by_scope" value="main,test"/> </attributes> </classpathentry> - <classpathentry kind="src" output="target/classes" path="src"> + <classpathentry kind="src" output="bin/main" path="src/main/resources"> <attributes> - <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> + <attribute name="gradle_scope" value="main"/> + <attribute name="gradle_used_by_scope" value="main,test"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <classpathentry kind="src" output="bin/test" path="src/test/java"> <attributes> - <attribute name="maven.pomderived" value="true"/> + <attribute name="gradle_scope" value="test"/> + <attribute name="gradle_used_by_scope" value="test"/> + <attribute name="test" value="true"/> </attributes> </classpathentry> - <classpathentry kind="output" path="target/classes"/> + <classpathentry kind="src" output="bin/test" path="src/test/resources"> + <attributes> + <attribute name="gradle_scope" value="test"/> + <attribute name="gradle_used_by_scope" value="test"/> + <attribute name="test" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/> + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> + <classpathentry kind="output" path="bin/default"/> </classpath> |
