16 lines
628 B
Plaintext
16 lines
628 B
Plaintext
Bundle-SymbolicName: org.springframework.integration.xmpp
|
|
Bundle-Name: Spring Integration XMPP Support
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-Version: ${version}
|
|
Bundle-ManifestVersion: 2
|
|
Import-Template:
|
|
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
|
org.springframework.integration.*;version="[2.1.0, 2.1.1)",
|
|
org.springframework.beans.*;version="[3.1.0, 4.0.0)",
|
|
org.springframework.context;version="[3.1.0, 4.0.0)",
|
|
org.springframework.core.*;version="[3.1.0, 4.0.0)",
|
|
org.springframework.util;version="[3.1.0, 4.0.0)",
|
|
org.jivesoftware.*;version="[3.1.0, 4.0.0)",
|
|
javax.*;version="0",
|
|
org.w3c.dom.*;version="0"
|