< prev index next >

modules/jdk.packager/.classpath

Print this page

        

@@ -1,22 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="output" path="bin"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-  <classpathentry kind="src" exported="true" path="src/main/java"/>
-  <classpathentry kind="src" exported="true" path="src/test/java">
-  <attributes>
-      <attribute name="optional" value="true"/>
-    </attributes>
-  </classpathentry>
-  <classpathentry kind="src" exported="true" path="src/main/resources">
-  <attributes>
-      <attribute name="optional" value="true"/>
-    </attributes>
-  </classpathentry>
-  <classpathentry kind="src" exported="true" path="src/test/resources">
-  <attributes>
-      <attribute name="optional" value="true"/>
-    </attributes>
-  </classpathentry>
-  <classpathentry kind="src" exported="true" path="/controls"/>
+        <classpathentry kind="src" output="bin/main" path="src/main/java">
+                <attributes>
+                        <attribute name="gradle_scope" value="main"/>
+                        <attribute name="gradle_used_by_scope" value="main,test,antplugin"/>
+                </attributes>
+        </classpathentry>
+        <classpathentry kind="src" output="bin/test" path="src/test/java">
+                <attributes>
+                        <attribute name="gradle_scope" value="test"/>
+                        <attribute name="gradle_used_by_scope" value="test"/>
+                </attributes>
+        </classpathentry>
+        <classpathentry kind="src" output="bin/main" path="src/main/resources">
+                <attributes>
+                        <attribute name="gradle_scope" value="main"/>
+                        <attribute name="gradle_used_by_scope" value="main,test,antplugin"/>
+                </attributes>
+        </classpathentry>
+        <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"/>
+                </attributes>
+        </classpathentry>
+        <classpathentry exported="true" kind="src" path="/controls"/>
+        <classpathentry kind="src" output="bin/antplugin" path="src/antplugin/java">
+                <attributes>
+                        <attribute name="gradle_scope" value="antplugin"/>
+                        <attribute name="gradle_used_by_scope" value="test,antplugin"/>
+                </attributes>
+        </classpathentry>
+        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-10/"/>
+        <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
+        <classpathentry kind="output" path="bin/default"/>
 </classpath>
< prev index next >