Created
May 2, 2012 08:39
-
-
Save timyates/2575132 to your computer and use it in GitHub Desktop.
Barebones Grails Sublime Text 2 Project file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"folders": | |
[ | |
{ "path":"grails-app/conf", "name":"Configuration" }, | |
{ "path":"grails-app/controllers", "name":"Controllers" }, | |
{ "path":"grails-app/domain", "name":"Domain Objects" }, | |
{ "path":"grails-app/i18n", "name":"Internationalization" }, | |
{ "path":"grails-app/services", "name":"Services" }, | |
{ "path":"grails-app/taglib", "name":"Tag Libraries" }, | |
{ "path":"grails-app/utils", "name":"Utils" }, | |
{ "path":"grails-app/views", "name":"Views" }, | |
{ "path":"scripts", "name":"Scripts" }, | |
{ "path":"src/groovy", "name":"Groovy Source" }, | |
{ "path":"src/java", "name":"Java Source" }, | |
{ "path":"test/integration", "name":"Integeration Tests" }, | |
{ "path":"test/unit", "name":"Unit Tests" }, | |
{ "path":"web-app", "name":"Web App" } | |
], | |
"settings": { }, | |
"build_systems": [ ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment