-
Notifications
You must be signed in to change notification settings - Fork 577
/
.classpath
46 lines (46 loc) · 1.94 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/main" path="src">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,gwt,modules,setup,testGwt"/>
<attribute name="test" value="false"/>
</attributes>
</classpathentry>
<classpathentry excluding="data/**" kind="src" output="bin/test" path="test">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**/super_src/**" kind="src" output="bin/gwt" path="src-gwt">
<attributes>
<attribute name="gradle_scope" value="gwt"/>
<attribute name="gradle_used_by_scope" value="test,gwt,testGwt"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/modules" path="src-modules">
<attributes>
<attribute name="gradle_scope" value="modules"/>
<attribute name="gradle_used_by_scope" value="test,gwt,modules,testGwt"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/setup" path="src-setup">
<attributes>
<attribute name="gradle_scope" value="setup"/>
<attribute name="gradle_used_by_scope" value="test,setup"/>
</attributes>
</classpathentry>
<classpathentry excluding="**/super_src/**" kind="src" output="bin/testGwt" path="test-gwt">
<attributes>
<attribute name="gradle_scope" value="testGwt"/>
<attribute name="gradle_used_by_scope" value="testGwt"/>
<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>