Skip to content

Commit

Permalink
remove references to dsl-support directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Scott Brown committed May 20, 2014
1 parent e6504cd commit 8b732d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/bin
/*/bin
/conf
/dsl-support
*.ipr
*.iml
*.iws
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ ext {
homeDistDir = file("dist")
homeBinDir = file("bin")
homeConfDir = file("conf")
homeDslSupportDir = file("dsl-support")
homeLibDir = file("lib")
homeSrcDir = file("src")
}
Expand Down Expand Up @@ -376,7 +375,6 @@ task clean(type: Delete) {
homeBinDir,
homeConfDir,
homeDistDir,
homeDslSupportDir,
homeLibDir,
homeSrcDir
}
Expand Down
7 changes: 0 additions & 7 deletions gradle/assemble.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ task installResources(type: Copy) {
filter(ReplaceTokens, tokens: ['ivy.version': ivyVersion])
}

into(homeDslSupportDir.name) {
from 'grails-resources/src/grails/home/dsl-support'
}

into ("$homeSrcDir.name/war/WEB-INF") {
from "grails-resources/src/war/WEB-INF"
}
Expand Down Expand Up @@ -244,9 +240,6 @@ task zipDist(type: Zip, dependsOn: [sourcesJars, install]) {
filter(ReplaceTokens, tokens: ['grails.version': grailsVersion])
filter(ReplaceTokens, tokens: ['groovy.version': groovyVersion])
}
from('grails-resources/src/grails/home/dsl-support') {
into "dsl-support"
}
}
}

Expand Down

0 comments on commit 8b732d1

Please sign in to comment.