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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user