changed a few remaining "datastore" to "data"
This commit is contained in:
2
.project
2
.project
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>spring-datastore-document-dist</name>
|
||||
<name>spring-data-document-dist</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>spring-datastore-document-parent</name>
|
||||
<name>spring-data-document-parent</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
- the classpath is set up for you
|
||||
|
||||
ant -f src/ant/upload-dist.xml \
|
||||
-Ddist.id=spring-datastore-document \
|
||||
-Ddist.name='Spring Datastore Document' \
|
||||
-Ddist.id=spring-data-document \
|
||||
-Ddist.name='Spring Data Document' \
|
||||
-Ddist.key=DATADOC \
|
||||
-Ddist.releaseType=milestone \
|
||||
-Ddist.accessKey=<access key> \
|
||||
-Ddist.secretKey=<secret key> \
|
||||
-Ddist.bucketName=dist.springframework.org \
|
||||
-Ddist.fileName=spring-datastore-document-1.0.0.M1.zip \
|
||||
-Ddist.filePath=../../spring-datastore-document-1.0.0.M1.zip \
|
||||
-Ddist.fileName=spring-data-document-1.0.0.M1.zip \
|
||||
-Ddist.filePath=../../spring-data-document-1.0.0.M1.zip \
|
||||
-Ddist.version=1.0.0.M1 \
|
||||
upload-dist
|
||||
-->
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
<moduleSet>
|
||||
<!-- adds module jars to the distribution archive under the 'dist' directory -->
|
||||
<includes>
|
||||
<include>org.springframework.data:spring-datastore-document-core</include>
|
||||
<include>org.springframework.data:spring-datastore-couchdb</include>
|
||||
<include>org.springframework.data:spring-datastore-mongodb</include>
|
||||
<include>org.springframework.data:spring-data-document-core</include>
|
||||
<include>org.springframework.data:spring-data-couchdb</include>
|
||||
<include>org.springframework.data:spring-data-mongodb</include>
|
||||
</includes>
|
||||
<binaries>
|
||||
<outputDirectory>dist</outputDirectory>
|
||||
@@ -56,9 +56,9 @@
|
||||
<!-- adds module source jars to the distribution archive under the 'src' directory
|
||||
see pom.xml 'maven-source-plugin' declaration -->
|
||||
<includes>
|
||||
<include>org.springframework.data:spring-datastore-document-core</include>
|
||||
<include>org.springframework.data:spring-datastore-couchdb</include>
|
||||
<include>org.springframework.data:spring-datastore-mongodb</include>
|
||||
<include>org.springframework.data:spring-data-document-core</include>
|
||||
<include>org.springframework.data:spring-data-couchdb</include>
|
||||
<include>org.springframework.data:spring-data-mongodb</include>
|
||||
</includes>
|
||||
<binaries>
|
||||
<attachmentClassifier>sources</attachmentClassifier>
|
||||
|
||||
Reference in New Issue
Block a user