public
Description: Friendly community site for Grails developers Worldwide
Homepage: http://grailscrowd.com
Clone URL: git://github.com/dima767/grails-crowd.git
grails-crowd / Gc.iml
100644 91 lines (89 sloc) 4.139 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
<?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="true" />
          <option name="reportErrorsAsWarnings" value="true" />
        </options>
        <customNs />
      </configuration>
    </facet>
    <facet type="Grails" name="Grails">
      <configuration />
    </facet>
    <facet type="web" name="Web">
      <configuration>
        <descriptors>
          <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/templates/war/web.xml" optional="false" version="2.5" />
        </descriptors>
        <webroots>
          <root url="file://$MODULE_DIR$/src/templates/war" relative="/WEB-INF" />
        </webroots>
        <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="GRAILS" level="application">
            <attribute name="method" value="0" />
            <attribute name="URI" value="&lt;N/A&gt;" />
          </containerElement>
          <containerElement type="library" name="GROOVY" level="application">
            <attribute name="method" value="0" />
            <attribute name="URI" value="&lt;N/A&gt;" />
          </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/services" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/grails-app/taglib" 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/integration" isTestSource="true" />
      <sourceFolder url="file://$MODULE_DIR$/test/unit" isTestSource="true" />
    </content>
    <orderEntry type="library" name="grails-1.0.4-SNAPSHOT" level="application" />
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" name="GRAILS" level="application" />
    <orderEntry type="library" name="GROOVY" level="application" />
    <orderEntry type="module-library">
      <library>
        <CLASSES>
          <root url="jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
      </library>
    </orderEntry>
    <orderEntryProperties />
  </component>
</module>