1.0.0.RC1 Release

This commit is contained in:
Costin Leau
2011-10-19 19:07:45 +03:00
parent 0795f55e4d
commit 570da74f5d
2 changed files with 6 additions and 2 deletions

View File

@@ -27,7 +27,10 @@ imgSpec = copySpec {
from("$projectDir/src/reference/resources") {
include "css/**/*"
}
}
from("$buildDir/docs") {
include '*.pdf'
}
}
into ('reference/images') {
from (imagesDir)
@@ -38,6 +41,7 @@ refSpec = copySpec {
into ('reference') {
from("$buildDir/docs") {
exclude '*.fo'
exclude '*.pdf'
}
}

View File

@@ -28,4 +28,4 @@ rjc.range = "[0.6.4, 0.6.4]"
# --------------------
# Project wide version
# --------------------
springDataRedisVersion=1.0.0.BUILD-SNAPSHOT
springDataRedisVersion=1.0.0.RC1