Updated copyright, added call to containsKey() on descendants check.

This commit is contained in:
J. Brisbin
2010-12-03 14:54:35 -06:00
parent be2a482880
commit ed7741b783
26 changed files with 337 additions and 56 deletions

View File

@@ -6,15 +6,15 @@
- the classpath is set up for you
ant -f src/ant/upload-dist.xml \
-Ddist.id=spring-datastore-keyvalue \
-Ddist.id=spring-data-keyvalue \
-Ddist.name='Spring Datastore Key-Value' \
-Ddist.key=DATADOC \
-Ddist.releaseType=milestone \
-Ddist.accessKey=<access key> \
-Ddist.secretKey=<secret key> \
-Ddist.bucketName=dist.springframework.org \
-Ddist.fileName=spring-datastore-keyvalue-1.0.0.M1.zip \
-Ddist.filePath=../../spring-datastore-keyvalue-1.0.0.M1.zip \
-Ddist.fileName=spring-data-keyvalue-1.0.0.M1.zip \
-Ddist.filePath=../../spring-data-keyvalue-1.0.0.M1.zip \
-Ddist.version=1.0.0.M1 \
upload-dist
-->