Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grails/grails-core
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Oct 10, 2012
2 parents 5f2aff9 + 6f982b5 commit a2f23ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 179 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -208,7 +208,7 @@ Grails 2.2.0 includes a number of subcomponents with
separate copyright notices and license terms. The product that separate copyright notices and license terms. The product that
includes this file does not necessarily use all the open source includes this file does not necessarily use all the open source
subcomponents referred to below. Your use of the source subcomponents referred to below. Your use of the source
code for the these subcomponents is subject to the terms and code for these subcomponents is subject to the terms and
conditions of the following licenses. conditions of the following licenses.




Expand Down
177 changes: 0 additions & 177 deletions dependencies.txt

This file was deleted.

2 changes: 1 addition & 1 deletion gradle/assemble.gradle
Expand Up @@ -187,7 +187,7 @@ task zipDist(type: Zip, dependsOn: [sourcesJars, install]) {


into("grails-$grailsVersion") { into("grails-$grailsVersion") {
from(projectDir) { from(projectDir) {
include 'lib/', 'gradle/', 'media/', 'samples/', 'scripts/', 'build.gradle', 'build.properties', 'dependencies.txt', include 'lib/', 'gradle/', 'media/', 'samples/', 'scripts/', 'build.gradle', 'build.properties',
'LICENSE', 'INSTALL', "src/", "gradlew.bat","gradle.properties" 'LICENSE', 'INSTALL', "src/", "gradlew.bat","gradle.properties"
exclude 'ant/bin', 'src/grails', 'src/war' exclude 'ant/bin', 'src/grails', 'src/war'
} }
Expand Down

0 comments on commit a2f23ad

Please sign in to comment.