-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
91 lines (91 loc) · 3.87 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/integrationTest" path="grails-app/conf">
<attributes>
<attribute name="gradle_scope" value="integrationTest"/>
<attribute name="gradle_used_by_scope" value="integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="grails-app/controllers">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="grails-app/domain">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="grails-app/services">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="grails-app/taglib">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="grails-app/views">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="grails-app/i18n">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="grails-app/init">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="grails-app/utils">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="grails-app/jobs">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="src/main/groovy">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/test" path="src/test/groovy">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test,integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/integrationTest" path="src/integration-test/groovy">
<attributes>
<attribute name="gradle_scope" value="integrationTest"/>
<attribute name="gradle_used_by_scope" value="integrationTest"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/integrationTest" path="src/integration-test/resources">
<attributes>
<attribute name="gradle_scope" value="integrationTest"/>
<attribute name="gradle_used_by_scope" value="integrationTest"/>
</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.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>