From 945d3606d0b087cbf3105e682c794c413ee509ba Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 2 Apr 2008 16:14:00 +0000 Subject: [PATCH] Added "Bundle-Name" to MANIFEST.MF files (INT-165). --- .../src/main/resources/META-INF/MANIFEST.MF | 1 + spring-integration-core/src/main/resources/META-INF/MANIFEST.MF | 1 + 2 files changed, 2 insertions(+) diff --git a/spring-integration-adapters/src/main/resources/META-INF/MANIFEST.MF b/spring-integration-adapters/src/main/resources/META-INF/MANIFEST.MF index 981466ec81..02c677851d 100644 --- a/spring-integration-adapters/src/main/resources/META-INF/MANIFEST.MF +++ b/spring-integration-adapters/src/main/resources/META-INF/MANIFEST.MF @@ -62,4 +62,5 @@ Export-Package: org.springframework.integration.adapter.file;uses:="or ramework.integration.adapter,org.springframework.context,org.springfr amework.util,org.springframework.integration.message",org.springframe work.integration.adapter.config +Bundle-Name: Spring Integration Adapters diff --git a/spring-integration-core/src/main/resources/META-INF/MANIFEST.MF b/spring-integration-core/src/main/resources/META-INF/MANIFEST.MF index 3ceb11f996..0fb142d86b 100644 --- a/spring-integration-core/src/main/resources/META-INF/MANIFEST.MF +++ b/spring-integration-core/src/main/resources/META-INF/MANIFEST.MF @@ -114,4 +114,5 @@ Export-Package: org.springframework.integration.handler;uses:="org.spr age;uses:="org.springframework.integration,org.springframework.util,o rg.springframework.integration.util",org.springframework.integration. util;uses:="org.springframework.integration,org.springframework.util" +Bundle-Name: Spring Integration Core