[root]/groovy/ide/grails-eclipse/org.codehaus.grails.eclipse/src/org/codehaus/grails/eclipse/launchConfigurations
Got the first functional test to actually work... and there was much rejoicing... yea....
5 lines of code changed in:
First cut adding a Grails Project Nature, needs refactoring.
1 lines of code changed in:
Added in a 'New Grails Project' wizard. The functionality works, but is a bit hacky... I don't care for having to
poll the file system to find out when the 'grails create-app' command has completed. This will have to do until we
better integrate Grails into the plugin...
1 lines of code changed in:
The first cut of the new Grails Eclipse plugin, it is a direct
port of the org.codehaus.grails.eclipse.externaltools plugin
but completely in Groovy. This version should compile, but as
of yet does not work. Hopefully in the next fews the basic
functionality should return.
1525 lines of code changed in: