Skip to content

Commit

Permalink
Futher changes to the IntelliJ files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Sep 23, 2009
1 parent 955b6e2 commit 2a75ff4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
18 changes: 4 additions & 14 deletions Grails.iml
Expand Up @@ -28,15 +28,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/groovy-all-1.6.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="Groovy" level="project" />
<orderEntry type="library" exported="" name="Apache Commons" level="project" />
<orderEntry type="library" exported="" name="Spring" level="project" />
<orderEntry type="library" exported="" name="Hibernate 3" level="project" />
Expand Down Expand Up @@ -66,11 +58,9 @@
<orderEntry type="module-library" exported="">
<library name="Apache Ant">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/ant-trax.jar!/" />
<root url="jar://$MODULE_DIR$/lib/ant-1.7.0.jar!/" />
<root url="jar://$MODULE_DIR$/lib/ant-nodeps-1.7.0.jar!/" />
<root url="jar://$MODULE_DIR$/lib/ant-junit-1.7.0.jar!/" />
<root url="jar://$MODULE_DIR$/lib/ant-launcher-1.7.0.jar!/" />
<root url="jar://$MODULE_DIR$/lib/ant-nodeps-1.7.1.jar!/" />
<root url="jar://$MODULE_DIR$/lib/ant-trax-1.7.1.jar!/" />
<root url="jar://$MODULE_DIR$/lib/ant-1.7.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand Down
1 change: 1 addition & 0 deletions JSP21.iml
Expand Up @@ -23,6 +23,7 @@
</orderEntry>
<orderEntry type="module" module-name="Grails" />
<orderEntry type="library" name="javax.servlet" level="project" />
<orderEntry type="library" name="Groovy" level="project" />
</component>
</module>

8 changes: 7 additions & 1 deletion grails.ipr
Expand Up @@ -9,7 +9,6 @@
<maximumHeapSize value="128" />
<maximumStackSize value="32" />
<properties />
<executeOn event="beforeRun" target="jar" />
</buildFile>
</component>
<component name="BuildJarProjectSettings">
Expand Down Expand Up @@ -589,6 +588,13 @@
<JAVADOC />
<SOURCES />
</library>
<library name="Groovy">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/groovy-all-1.6.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
</project>

0 comments on commit 2a75ff4

Please sign in to comment.