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.
This commit is contained in:
Chris Beams
2010-11-09 10:21:10 -08:00
parent bd3b0222f3
commit f50b9f74cc

View File

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