Last change
on this file since 954 was
939,
checked in by gav, 13 years ago
|
Add IntelliJ IDEA runConfigurations.
The "module" is set to a path variable "$grailsAppModuleName$".
Set the value in IDEA settings not in runConfigurations dialogue.
|
File size:
629 bytes
|
Line | |
---|
1 | <component name="ProjectRunConfigurationManager"> |
---|
2 | <configuration default="false" name="Grails console" type="GrailsRunConfigurationType" factoryName="Grails"> |
---|
3 | <module name="$grailsAppModuleName$" /> |
---|
4 | <setting name="vmparams" value="" /> |
---|
5 | <setting name="cmdLine" value="console" /> |
---|
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.