Details
Description
When using the create-plugin command to create a Grails Plugin the generated plugin's groovy script is not included in the generated TextMate project. For example, the command "grails create-plugin example" from the creating plugins wiki page generates a grails plugin project including a script named ExampleGrailsPlugin.groovy and a TextMate project named example.tmproj. However, the TextMate project does not contain the ExampleGrailsPlugin.groovy script by default.
This issue should be closed - create-plugin doesn't generate TextMate project (I guess it did in the past?).