public
Fork of dima767/grails-crowd
Description: Developer--Version: unstable,curerntly working in Branch: 1.2-opensocial
Homepage:
Clone URL: git://github.com/alpe/grails-crowd.git
grails-crowd / Gc.iml
100644 170 lines (168 sloc) 9.989 kb
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="GRAILS_MODULE" version="4">
  <component name="FacetManager">
    <facet type="Spring" name="Spring">
      <configuration>
        <fileset id="fileset1" name="My Fileset" removed="false">
          <file>file://$MODULE_DIR$/web-app/WEB-INF/applicationContext.xml</file>
        </fileset>
        <options>
          <option name="enableValidation" value="false" />
          <option name="reportErrorsAsWarnings" value="true" />
        </options>
        <customNs />
      </configuration>
    </facet>
    <facet type="Grails" name="Grails">
      <configuration />
    </facet>
    <facet type="Groovy" name="Groovy">
      <configuration />
    </facet>
    <facet type="web" name="Web">
      <configuration>
        <webroots />
        <sourceRoots>
          <root url="file://$MODULE_DIR$/grails-app/conf" />
          <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/utils" />
          <root url="file://$MODULE_DIR$/plugins/avatar-0.3/grails-app/taglib" />
          <root url="file://$MODULE_DIR$/plugins/avatar-0.3/src/java" />
          <root url="file://$MODULE_DIR$/plugins/mail-0.4/grails-app/services" />
          <root url="file://$MODULE_DIR$/plugins/mail-0.4/grails-app/taglib" />
          <root url="file://$MODULE_DIR$/plugins/mail-0.4/src/groovy" />
          <root url="file://$MODULE_DIR$/plugins/modalbox-0.3/grails-app/taglib" />
          <root url="file://$MODULE_DIR$/plugins/richui-0.4/grails-app/conf" />
          <root url="file://$MODULE_DIR$/plugins/richui-0.4/grails-app/controllers" />
          <root url="file://$MODULE_DIR$/plugins/richui-0.4/grails-app/services" />
          <root url="file://$MODULE_DIR$/plugins/richui-0.4/grails-app/taglib" />
          <root url="file://$MODULE_DIR$/plugins/richui-0.4/src/groovy" />
          <root url="file://$MODULE_DIR$/plugins/richui-0.4/test/integration" />
          <root url="file://$MODULE_DIR$/plugins/testing-0.3/src/groovy" />
          <root url="file://$MODULE_DIR$/plugins/testing-0.3/src/java" />
          <root url="file://$MODULE_DIR$/src/groovy" />
          <root url="file://$MODULE_DIR$/src/java" />
          <root url="file://$MODULE_DIR$/test/integration" />
          <root url="file://$MODULE_DIR$/test/unit" />
        </sourceRoots>
        <building>
          <setting name="EXPLODED_URL" value="file://" />
          <setting name="EXPLODED_ENABLED" value="false" />
          <setting name="JAR_URL" value="file://" />
          <setting name="JAR_ENABLED" value="false" />
          <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION" value="false" />
          <setting name="BUILD_EXTERNAL_DEPENDENCIES" value="false" />
          <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true" />
          <setting name="RUN_JASPER_VALIDATION" value="true" />
          <setting name="BUILD_ONLY_WEB_RESOURCES" value="false" />
        </building>
        <packaging>
          <containerElement type="library" name="GROOVY" level="application">
            <attribute name="method" value="0" />
            <attribute name="URI" value="&lt;N/A&gt;" />
          </containerElement>
          <containerElement type="library" name="Grails User Library" level="module">
            <attribute name="method" value="0" />
            <attribute name="URI" value="/WEB-INF/lib" />
          </containerElement>
          <containerElement type="library" name="grails-1.0.3" level="application">
            <attribute name="method" value="0" />
            <attribute name="URI" value="&lt;N/A&gt;" />
          </containerElement>
          <containerElement type="library" name="libs" level="project">
            <attribute name="method" value="0" />
            <attribute name="URI" value="/WEB-INF/lib" />
          </containerElement>
          <containerElement type="library" level="module">
            <attribute name="method" value="0" />
            <attribute name="URI" value="&lt;N/A&gt;" />
            <url>jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/</url>
          </containerElement>
          <containerElement type="module" name="Gc">
            <attribute name="method" value="1" />
            <attribute name="URI" value="/WEB-INF/classes" />
          </containerElement>
        </packaging>
      </configuration>
    </facet>
  </component>
  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$">
      <sourceFolder url="file://$MODULE_DIR$/grails-app/conf" isTestSource="false" />
      <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/jobs" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/grails-app/services" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/grails-app/taglib" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/grails-app/utils" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/avatar-0.3/grails-app/taglib" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/avatar-0.3/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/easybtest-0.1/src/groovy" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/feeds-1.4/grails-app/taglib" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/feeds-1.4/src/groovy" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/feeds-1.4/test/integration" isTestSource="true" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/feeds-1.4/test/unit" isTestSource="true" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/mail-0.4/grails-app/services" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/mail-0.4/grails-app/taglib" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/mail-0.4/src/groovy" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/modalbox-0.3/grails-app/taglib" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/quartz-0.4.1-SNAPSHOT/grails-app/conf" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/quartz-0.4.1-SNAPSHOT/src/groovy" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/quartz-0.4.1-SNAPSHOT/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/richui-0.4/grails-app/conf" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/richui-0.4/grails-app/controllers" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/richui-0.4/grails-app/services" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/richui-0.4/grails-app/taglib" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/richui-0.4/src/groovy" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/richui-0.4/test/integration" isTestSource="true" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/testing-0.3/src/groovy" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/plugins/testing-0.3/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/src/groovy" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/test/behavior" isTestSource="true" />
      <sourceFolder url="file://$MODULE_DIR$/test/integration" isTestSource="true" />
      <sourceFolder url="file://$MODULE_DIR$/test/unit" isTestSource="true" />
    </content>
    <orderEntry type="library" name="libs" level="project" />
    <orderEntry type="library" name="GROOVY" level="application" />
    <orderEntry type="library" exported="" name="grails-1.0.3" level="application" />
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="module-library">
      <library>
        <CLASSES>
          <root url="jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
      </library>
    </orderEntry>
    <orderEntry type="module-library">
      <library name="Grails User Library">
        <CLASSES>
          <root url="file://$MODULE_DIR$/plugins/mail-0.4/lib" />
          <root url="file://$MODULE_DIR$/plugins/richui-0.4/lib" />
          <root url="file://$MODULE_DIR$/plugins/mail-0.4/lib" />
          <root url="file://$MODULE_DIR$/plugins/richui-0.4/lib" />
          <root url="file://$MODULE_DIR$/plugins/mail-0.4/lib" />
          <root url="file://$MODULE_DIR$/plugins/richui-0.4/lib" />
          <root url="file://$MODULE_DIR$/plugins/feeds-1.4/lib" />
          <root url="file://$MODULE_DIR$/plugins/quartz-0.4.1-SNAPSHOT/lib" />
          <root url="file://$MODULE_DIR$/plugins/easybtest-0.1/lib" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
        <jarDirectory url="file://$MODULE_DIR$/plugins/easybtest-0.1/lib" recursive="false" />
        <jarDirectory url="file://$MODULE_DIR$/plugins/feeds-1.4/lib" recursive="false" />
        <jarDirectory url="file://$MODULE_DIR$/plugins/mail-0.4/lib" recursive="false" />
        <jarDirectory url="file://$MODULE_DIR$/plugins/quartz-0.4.1-SNAPSHOT/lib" recursive="false" />
        <jarDirectory url="file://$MODULE_DIR$/plugins/richui-0.4/lib" recursive="false" />
      </library>
    </orderEntry>
    <orderEntryProperties />
  </component>
</module>