|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<classpath> |
3 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
4 | | - <classpathentry kind="src" path="src"/> |
5 | | - <classpathentry kind="src" path="test"/> |
6 | | - <classpathentry kind="src" path="testFunctional"/> |
7 | | - <classpathentry kind="lib" path="gdal.jar"/> |
8 | | - <classpathentry kind="lib" path="gluegen-rt-natives-linux-amd64.jar"/> |
9 | | - <classpathentry kind="lib" path="gluegen-rt-natives-linux-i586.jar"/> |
10 | | - <classpathentry kind="lib" path="gluegen-rt-natives-macosx-universal.jar"/> |
11 | | - <classpathentry kind="lib" path="gluegen-rt-natives-windows-amd64.jar"/> |
12 | | - <classpathentry kind="lib" path="gluegen-rt-natives-windows-i586.jar"/> |
13 | | - <classpathentry kind="lib" path="gluegen-rt.jar"/> |
14 | | - <classpathentry kind="lib" path="jackson-core-asl.jar"/> |
15 | | - <classpathentry kind="lib" path="jogl-all-natives-linux-amd64.jar"/> |
16 | | - <classpathentry kind="lib" path="jogl-all-natives-linux-i586.jar"/> |
17 | | - <classpathentry kind="lib" path="jogl-all-natives-macosx-universal.jar"/> |
18 | | - <classpathentry kind="lib" path="jogl-all-natives-windows-amd64.jar"/> |
19 | | - <classpathentry kind="lib" path="jogl-all-natives-windows-i586.jar"/> |
20 | | - <classpathentry kind="lib" path="jogl-all.jar"/> |
21 | | - <classpathentry kind="lib" path="junit-4.5.jar"/> |
22 | | - <classpathentry kind="lib" path="vpf-symbols.jar"/> |
23 | | - <classpathentry kind="output" path="bin"/> |
24 | | -</classpath> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<classpath> |
| 3 | + <classpathentry kind="src" output="bin/main" path="src"> |
| 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/test" path="test"> |
| 10 | + <attributes> |
| 11 | + <attribute name="gradle_scope" value="test"/> |
| 12 | + <attribute name="gradle_used_by_scope" value="test"/> |
| 13 | + <attribute name="test" value="true"/> |
| 14 | + </attributes> |
| 15 | + </classpathentry> |
| 16 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/> |
| 17 | + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> |
| 18 | + <classpathentry kind="output" path="bin/default"/> |
| 19 | +</classpath> |
0 commit comments