Skip to content

Commit

Permalink
add new submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Mar 12, 2014
1 parent e57f91d commit 69630bc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -70,3 +70,7 @@ target
/grails-plugin-log4j/bin/
/grails-plugin-logging/bin/
/grails-logging/bin/
/grails-web-gsp/bin/
/grails-web-jsp/bin/
/grails-web-mvc/bin/
/grails-web-sitemesh/bin/
3 changes: 3 additions & 0 deletions grails-encoder/build.gradle
@@ -0,0 +1,3 @@
dependencies {
compile project(":grails-core")
}
3 changes: 3 additions & 0 deletions grails-web-jsp/build.gradle
@@ -0,0 +1,3 @@
dependencies {
compile project(":grails-web")
}
3 changes: 3 additions & 0 deletions grails-web-mvc/build.gradle
@@ -0,0 +1,3 @@
dependencies {
compile project(":grails-web")
}
3 changes: 3 additions & 0 deletions grails-web-sitemesh/build.gradle
@@ -0,0 +1,3 @@
dependencies {
compile project(":grails-web")
}
4 changes: 4 additions & 0 deletions settings.gradle
Expand Up @@ -13,6 +13,10 @@ include 'grails-aether',
'grails-spring',
'grails-test',
'grails-web',
'grails-web-mvc',
'grails-web-gsp',
'grails-web-sitemesh',
'grails-web-jsp',
'grails-wrapper',

// Plugins
Expand Down

0 comments on commit 69630bc

Please sign in to comment.