remove sample section

This commit is contained in:
Costin Leau
2012-06-21 21:47:08 +03:00
parent d536e70f82
commit 4ffda53020

View File

@@ -182,15 +182,6 @@ task distZip(type: Zip, dependsOn: [jar, docsZip, schemaZip, sourcesJar, javadoc
expand(copyright: new Date().format('yyyy'), version: project.version)
}
from('samples/') {
into 'samples'
exclude '**/build/**'
exclude '**/bin/**'
exclude '**/.settings/**'
exclude '**/.gradle/**'
exclude '**/.*'
}
from(zipTree(docsZip.archivePath)) {
into "docs"
}