From f50b9f74cc55ed28708a3e3f5d548784290c9f97 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 9 Nov 2010 10:21:10 -0800 Subject: [PATCH] Fix feed module OSGi metadata Feed module's template.mf had incorrect Bundle-SymbolicName and Bundle-Name metadata. Appears to have been copied from FTP module originally and never updated. Now corrected. --- spring-integration-feed/template.mf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-feed/template.mf b/spring-integration-feed/template.mf index dcf3df83ab..5379f266de 100644 --- a/spring-integration-feed/template.mf +++ b/spring-integration-feed/template.mf @@ -1,5 +1,5 @@ -Bundle-SymbolicName: org.springframework.integration.ftp -Bundle-Name: Spring Integration SFTP Support +Bundle-SymbolicName: org.springframework.integration.feed +Bundle-Name: Spring Integration RSS Feed Support Bundle-Vendor: SpringSource Bundle-Version: ${version} Bundle-ManifestVersion: 2