Browse Source

minor fixes to build scripts

pull/1/head
Thomas Risberg 15 years ago
parent
commit
a8468d0400
  1. 4
      spring-datastore-couchdb/template.mf
  2. 2
      spring-datastore-document-core/pom.xml
  3. 4
      spring-datastore-mongodb/template.mf
  4. 1
      src/assembly/distribution.xml

4
spring-datastore-couchdb/template.mf

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

2
spring-datastore-document-core/pom.xml

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

4
spring-datastore-mongodb/template.mf

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

1
src/assembly/distribution.xml

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

Loading…
Cancel
Save