source: trunk/.idea/runConfigurations/Grails_war.xml

Last change on this file was 960, checked in by gav, 13 years ago

Add InteliJ IDEA run configurations for 'grails war' and 'grails war exploded'.

File size: 658 bytes
Line 
1<component name="ProjectRunConfigurationManager">
2  <configuration default="false" name="Grails war" type="GrailsRunConfigurationType" factoryName="Grails">
3    <module name="$grailsAppModuleName$" />
4    <setting name="vmparams" value="-server -Xmx256m -XX:MaxPermSize=120m" />
5    <setting name="cmdLine" value="war" />
6    <setting name="depsClasspath" value="true" />
7    <setting name="passParentEnv" value="true" />
8    <setting name="launchBrowser" value="false" />
9    <RunnerSettings RunnerId="Run" />
10    <ConfigurationWrapper RunnerId="Run" />
11    <method>
12      <option name="Make" enabled="false" />
13    </method>
14  </configuration>
15</component>
Note: See TracBrowser for help on using the repository browser.