+ adjust build files
+ update changelog
This commit is contained in:
@@ -189,7 +189,8 @@ task dist(type: Zip) {
|
|||||||
exclude '**/build/**'
|
exclude '**/build/**'
|
||||||
exclude '**/target/**'
|
exclude '**/target/**'
|
||||||
exclude '**/.gradle/**'
|
exclude '**/.gradle/**'
|
||||||
exclude '**/vf*.cfg'
|
exclude '**/vf*.*'
|
||||||
|
exclude '**/vf*.txt'
|
||||||
}
|
}
|
||||||
from('build/') {
|
from('build/') {
|
||||||
into 'docs'
|
into 'docs'
|
||||||
@@ -209,7 +210,7 @@ task uploadDist(type: org.springframework.gradle.tasks.S3DistroUpload, dependsOn
|
|||||||
group = "Distribution"
|
group = "Distribution"
|
||||||
archiveFile = dist.archivePath
|
archiveFile = dist.archivePath
|
||||||
projectKey = 'SGF'
|
projectKey = 'SGF'
|
||||||
projectName = 'Spring Data GemFire'
|
projectName = 'Spring GemFire'
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultTasks 'clean', 'build'
|
defaultTasks 'clean', 'build'
|
||||||
@@ -7,8 +7,8 @@ Changes in version 1.1.0.RC1 (2011-11-13)
|
|||||||
|
|
||||||
General
|
General
|
||||||
* Upgraded to GemFire 6.6.1
|
* Upgraded to GemFire 6.6.1
|
||||||
|
* Aligned Maven naming to Spring Data conventions (changed ids to 'org.springframework.data'/'spring-data-gemfire')
|
||||||
* Introduced PDX options for 'cache' and 'client-cache' elements
|
* Introduced PDX options for 'cache' and 'client-cache' elements
|
||||||
* Aligned Maven naming to Spring Data project - changed them to 'org.springframework.data'/'spring-data-gemfire'
|
|
||||||
|
|
||||||
|
|
||||||
Changes in version 1.1.0.M3 (2011-09-25)
|
Changes in version 1.1.0.M3 (2011-09-25)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
description = 'Spring GemFire Samples - Hello World'
|
description = 'Spring Data GemFire Samples - Hello World'
|
||||||
|
|
||||||
apply plugin: 'base'
|
apply plugin: 'base'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|||||||
Reference in New Issue
Block a user