-
Notifications
You must be signed in to change notification settings - Fork 1
/
resolver.iml
144 lines (144 loc) · 11.7 KB
/
resolver.iml
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="Spring" name="Spring">
<configuration>
<fileset id="Grails" name="Grails" removed="false">
<file>file://$MODULE_DIR$/web-app/WEB-INF/applicationContext.xml</file>
</fileset>
</configuration>
</facet>
<facet type="web" name="GrailsWeb">
<configuration>
<webroots>
<root url="file://$MODULE_DIR$/web-app" relative="/" />
<root url="file://$MODULE_DIR$/grails-app/views" relative="/" />
</webroots>
<sourceRoots />
</configuration>
</facet>
<facet type="hibernate" name="Hibernate">
<configuration>
<datasource-map>
<unit-entry name="Gorm" />
<unit-entry name="sessionFactory" />
</datasource-map>
<naming-strategy-map />
</configuration>
</facet>
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/target/id_org_war/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/target/id_org_war" relative="/" />
</webroots>
<sourceRoots>
<root url="file://$MODULE_DIR$/src/java" />
<root url="file://$MODULE_DIR$/grails-app/utils" />
<root url="file://$MODULE_DIR$/src/groovy" />
<root url="file://$MODULE_DIR$/grails-app/controllers" />
<root url="file://$MODULE_DIR$/grails-app/domain" />
<root url="file://$MODULE_DIR$/grails-app/services" />
<root url="file://$MODULE_DIR$/grails-app/taglib" />
<root url="file://$MODULE_DIR$/grails-app/i18n" />
</sourceRoots>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/grails-app/controllers" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/grails-app/domain" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/grails-app/services" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test/unit" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/test/functional" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/grails-app/i18n" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test/integration" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/grails-app/utils" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/groovy" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/grails-app/taglib" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target/classes" />
<excludeFolder url="file://$MODULE_DIR$/target/test-classes" />
<excludeFolder url="file://$MODULE_DIR$/web-app/plugins" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library name="Grails User Library (resolver)">
<CLASSES>
<root url="file://$MODULE_DIR$/lib" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/javax.servlet/jstl/jars/jstl-1.1.2.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/taglibs/standard/jars/standard-1.1.2.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/net.sf.opencsv/opencsv/jars/opencsv-2.0.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryresultio-text/jars/sesame-queryresultio-text-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-rio-rdfxml/jars/sesame-rio-rdfxml-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-rio-turtle/jars/sesame-rio-turtle-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-repository-sail/jars/sesame-repository-sail-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryparser-serql/jars/sesame-queryparser-serql-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-sail-inferencer/jars/sesame-sail-inferencer-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-sail-api/jars/sesame-sail-api-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-sail-memory/jars/sesame-sail-memory-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryresultio-sparqlxml/jars/sesame-queryresultio-sparqlxml-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryparser-sparql/jars/sesame-queryparser-sparql-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryparser-api/jars/sesame-queryparser-api-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-rio-languages/jars/sesame-rio-languages-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-rio-datatypes/jars/sesame-rio-datatypes-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryresultio-api/jars/sesame-queryresultio-api-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/commons-io/commons-io/jars/commons-io-2.4.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-rio-ntriples/jars/sesame-rio-ntriples-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-http-protocol/jars/sesame-http-protocol-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-http-client/jars/sesame-http-client-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-repository-api/jars/sesame-repository-api-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-repository-sparql/jars/sesame-repository-sparql-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryalgebra-evaluation/jars/sesame-queryalgebra-evaluation-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryalgebra-model/jars/sesame-queryalgebra-model-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-rio-api/jars/sesame-rio-api-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-util/jars/sesame-util-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-model/jars/sesame-model-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-query/jars/sesame-query-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/joda-time/joda-time/jars/joda-time-2.3.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/mysql/mysql-connector-java/jars/mysql-connector-java-5.1.17.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/net.sf.ehcache/ehcache-core/jars/ehcache-core-2.4.8.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.hibernate/hibernate-ehcache/jars/hibernate-ehcache-3.6.10.Final.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.hibernate/hibernate-entitymanager/jars/hibernate-entitymanager-3.6.10.Final.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.hibernate/hibernate-validator/jars/hibernate-validator-4.1.0.Final.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/javax.validation/validation-api/jars/validation-api-1.0.0.GA.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.grails/grails-datastore-simple/jars/grails-datastore-simple-3.1.1.RELEASE.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/antlr/antlr/jars/antlr-2.7.7.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.springframework/spring-orm/jars/spring-orm-3.2.8.RELEASE.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.hibernate.javax.persistence/hibernate-jpa-2.0-api/jars/hibernate-jpa-2.0-api-1.0.1.Final.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.hibernate/hibernate-commons-annotations/jars/hibernate-commons-annotations-3.2.0.Final.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.hibernate/hibernate-core/jars/hibernate-core-3.6.10.Final.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.grails/grails-datastore-gorm-plugin-support/jars/grails-datastore-gorm-plugin-support-3.1.1.RELEASE.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/dom4j/dom4j/jars/dom4j-1.6.1.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.grails/grails-datastore-gorm-hibernate-core/jars/grails-datastore-gorm-hibernate-core-3.1.1.RELEASE.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.grails/grails-datastore-gorm-hibernate/jars/grails-datastore-gorm-hibernate-3.1.1.RELEASE.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.grails/grails-datastore-gorm/jars/grails-datastore-gorm-3.1.1.RELEASE.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.javassist/javassist/bundles/javassist-3.17.1-GA.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.grails/grails-datastore-core/jars/grails-datastore-core-3.1.1.RELEASE.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/junit/junit/jars/junit-4.8.1.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryresultio-binary/jars/sesame-queryresultio-binary-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/com.fasterxml.jackson.core/jackson-core/jars/jackson-core-2.2.1.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.openrdf.sesame/sesame-queryresultio-sparqljson/jars/sesame-queryresultio-sparqljson-2.7.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/junit/junit-dep/jars/junit-dep-4.10.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.eclipse.jdt.core.compiler/ecj/jars/ecj-3.7.2.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-websocket/jars/tomcat-embed-websocket-7.0.53.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-logging-log4j/jars/tomcat-embed-logging-log4j-7.0.53.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-el/jars/tomcat-embed-el-7.0.53.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-jasper/jars/tomcat-embed-jasper-7.0.53.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat/tomcat-catalina-ant/jars/tomcat-catalina-ant-7.0.53.jar!/" />
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-core/jars/tomcat-embed-core-7.0.53.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module" module-name="resolver-grailsPlugins" />
<orderEntry type="library" name="grails-2.3.11" level="application" />
</component>
</module>