+ include sample in distro
This commit is contained in:
Costin Leau
2011-09-25 19:11:58 +03:00
parent 93f1d30d30
commit d8995e429d
2 changed files with 9 additions and 3 deletions

View File

@@ -184,11 +184,18 @@ task dist(type: Zip) {
into 'docs'
include 'reference/**/*'
}
from('samples/') {
into 'samples'
exclude '**/build/**'
exclude '**/target/**'
exclude '**/.gradle/**'
exclude '**/vf*.cfg'
}
from('build/') {
into 'docs'
include 'api/**/*'
}
into('dist') {
into('dist') {
from javaprojects.collect {project -> project.libsDir }
}
}

View File

@@ -21,5 +21,4 @@ gemfire.range = "[6.5, 7.0)"
# --------------------
# Project wide version
# --------------------
springGemfireVersion=1.1.0.BUILD-SNAPSHOT
systemProp.xsl:vendor=Apache Software Foundation
springGemfireVersion=1.1.0.BUILD-SNAPSHOT