Refactored OXM transformer creating separate marshalling and unamarshalling transformers and added namespace support INT-109
15 lines
601 B
Plaintext
15 lines
601 B
Plaintext
Bundle-SymbolicName: org.springframework.integration.xml
|
|
Bundle-Name: Spring Integration XML Support
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-ManifestVersion: 2
|
|
Import-Template:
|
|
org.springframework.integration.*;version="[1.0.0, 1.0.1)",
|
|
org.springframework.beans.*;version="[2.5.4.A, 3.0.0)",
|
|
org.springframework.core.*;version="[2.5.4.A, 3.0.0)",
|
|
org.springframework.oxm;version="[1.5.1.A, 2.0.0)";resolution:=optional,
|
|
org.springframework.util;version="[2.5.4.A, 3.0.0)",
|
|
org.springframework.xml.transform;version="[1.5.1.A, 2.0.0)"
|
|
Unversioned-Imports:
|
|
org.w3c.dom,
|
|
javax.xml.*,
|
|
org.xml.sax.* |