minor fixes to build scripts

This commit is contained in:
Thomas Risberg
2010-10-07 08:30:16 -04:00
parent fc5105381f
commit a8468d0400
4 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
Bundle-SymbolicName: org.springframework.datastore.document
Bundle-Name: Spring Datastore Document
Bundle-SymbolicName: org.springframework.datastore.couchdb
Bundle-Name: Spring Datastore Couch DB Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Package:

View File

@@ -9,7 +9,7 @@
</parent>
<artifactId>spring-datastore-document-core</artifactId>
<packaging>jar</packaging>
<name>Spring Datastore Document Database Support</name>
<name>Spring Datastore Document Datastore Support</name>
<dependencies>
<!-- Spring -->

View File

@@ -1,5 +1,5 @@
Bundle-SymbolicName: org.springframework.datastore.document
Bundle-Name: Spring Datastore Document
Bundle-SymbolicName: org.springframework.datastore.mongodb
Bundle-Name: Spring Datastore Mongo DB Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Package:

View File

@@ -18,7 +18,6 @@
<includes>
<include>readme.txt</include>
<include>apache-license.txt</include>
<include>epl-license.txt</include>
<include>notice.txt</include>
<include>changelog.txt</include>
</includes>