Skip to content

Commit 919fbdb

Browse files
author
graeme
committed
fix for GRAILS-1173
git-svn-id: https://svn.codehaus.org/grails/trunk@4610 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 47d53ed commit 919fbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/PackagePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ task(packagePlugin:"Implementation task") {
105105
Ant.delete(file:pluginZip)
106106
def includesList = pluginIncludes.join(",")
107107
def excludesList = pluginExcludes.join(",")
108-
Ant.zip(basedir:"${basedir}", destfile:pluginZip, includes:includesList, excludes:excludesList)
108+
Ant.zip(basedir:"${basedir}", destfile:pluginZip, includes:includesList, excludes:excludesList, filesonly:true)
109109
}

0 commit comments

Comments
 (0)