DATADOC-83 - removed the spring-data-document-core module; move @RelatedDocument to the spring-data-mongodb-cross-store module; renamed "org.springframework.data.persistence.document.mongo" package

This commit is contained in:
Thomas Risberg
2011-05-24 10:00:06 -04:00
parent c75218387b
commit edba941dd0
14 changed files with 32 additions and 144 deletions

View File

@@ -42,7 +42,6 @@
<moduleSet>
<!-- adds module jars to the distribution archive under the 'dist' directory -->
<includes>
<include>org.springframework.data:spring-data-document-core</include>
<include>org.springframework.data:spring-data-mongodb</include>
<include>org.springframework.data:spring-data-mongodb-cross-store</include>
<include>org.springframework.data:spring-data-mongodb-log4j</include>

View File

@@ -236,10 +236,6 @@ DEBUG [document.mongodb.MongoTemplate]: Dropped collection [database.person]</pr
<para>spring-data-commons-core-1.1.0.M1.jar</para>
</listitem>
<listitem>
<para>spring-data-document-core-1.0.0.M3.jar</para>
</listitem>
<listitem>
<para>spring-data-mongodb-1.0.0.M3.jar</para>
</listitem>