From a8468d040037a7a405da37a6209cfab9e11954fc Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Thu, 7 Oct 2010 08:30:16 -0400 Subject: [PATCH] minor fixes to build scripts --- spring-datastore-couchdb/template.mf | 4 ++-- spring-datastore-document-core/pom.xml | 2 +- spring-datastore-mongodb/template.mf | 4 ++-- src/assembly/distribution.xml | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/spring-datastore-couchdb/template.mf b/spring-datastore-couchdb/template.mf index df1b6a1c8..0433dcb21 100644 --- a/spring-datastore-couchdb/template.mf +++ b/spring-datastore-couchdb/template.mf @@ -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: diff --git a/spring-datastore-document-core/pom.xml b/spring-datastore-document-core/pom.xml index 4d2d7ebda..68fa3cb2a 100644 --- a/spring-datastore-document-core/pom.xml +++ b/spring-datastore-document-core/pom.xml @@ -9,7 +9,7 @@ spring-datastore-document-core jar - Spring Datastore Document Database Support + Spring Datastore Document Datastore Support diff --git a/spring-datastore-mongodb/template.mf b/spring-datastore-mongodb/template.mf index 4c2cb3f87..4b0475461 100644 --- a/spring-datastore-mongodb/template.mf +++ b/spring-datastore-mongodb/template.mf @@ -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: diff --git a/src/assembly/distribution.xml b/src/assembly/distribution.xml index c00e3f99b..eda770ae8 100644 --- a/src/assembly/distribution.xml +++ b/src/assembly/distribution.xml @@ -18,7 +18,6 @@ readme.txt apache-license.txt - epl-license.txt notice.txt changelog.txt