minor fixes to build scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Bundle-SymbolicName: org.springframework.datastore.document
|
Bundle-SymbolicName: org.springframework.datastore.couchdb
|
||||||
Bundle-Name: Spring Datastore Document
|
Bundle-Name: Spring Datastore Couch DB Support
|
||||||
Bundle-Vendor: SpringSource
|
Bundle-Vendor: SpringSource
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Import-Package:
|
Import-Package:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-datastore-document-core</artifactId>
|
<artifactId>spring-datastore-document-core</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Spring Datastore Document Database Support</name>
|
<name>Spring Datastore Document Datastore Support</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Bundle-SymbolicName: org.springframework.datastore.document
|
Bundle-SymbolicName: org.springframework.datastore.mongodb
|
||||||
Bundle-Name: Spring Datastore Document
|
Bundle-Name: Spring Datastore Mongo DB Support
|
||||||
Bundle-Vendor: SpringSource
|
Bundle-Vendor: SpringSource
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Import-Package:
|
Import-Package:
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
<includes>
|
<includes>
|
||||||
<include>readme.txt</include>
|
<include>readme.txt</include>
|
||||||
<include>apache-license.txt</include>
|
<include>apache-license.txt</include>
|
||||||
<include>epl-license.txt</include>
|
|
||||||
<include>notice.txt</include>
|
<include>notice.txt</include>
|
||||||
<include>changelog.txt</include>
|
<include>changelog.txt</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
|||||||
Reference in New Issue
Block a user