Browse Source

changed a few remaining "datastore" to "data"

pull/1/head
Thomas Risberg 15 years ago
parent
commit
94776dd24d
  1. 2
      .project
  2. 2
      spring-data-document-parent/.project
  3. 8
      src/ant/upload-dist.xml
  4. 12
      src/assembly/distribution.xml

2
.project

@ -1,6 +1,6 @@ @@ -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>

2
spring-data-document-parent/.project

@ -1,6 +1,6 @@ @@ -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>

8
src/ant/upload-dist.xml

@ -6,15 +6,15 @@ @@ -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
-->

12
src/assembly/distribution.xml

@ -42,9 +42,9 @@ @@ -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 @@ @@ -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>

Loading…
Cancel
Save