changed a few remaining "datastore" to "data"

This commit is contained in:
Thomas Risberg
2010-11-18 10:19:44 -05:00
parent 4deafda208
commit 94776dd24d
4 changed files with 12 additions and 12 deletions

View File

@@ -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>