minor fixes to build scripts
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user