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