Files
spring-integration/spring-integration-xml/template.mf
Chris Beams c08a7a657e renamed modules org.springframework.integration.* -> spring-integration-*
@Ignore'd SimpleTcpNetOutboundGatewayTests#testOutboundClose() to avoid failure; this failure is correlated to the module name change, but hard to understand how it would be caused by it
2010-05-25 13:21:25 +00:00

15 lines
605 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="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.oxm;version="[1.5.7.A, 2.0.0)";resolution:=optional,
org.springframework.xml.*;version="[1.5.7.A, 2.0.0)",
org.w3c.dom.*;version="0",
org.xml.sax.*;version="0",
javax.xml.*;version="0"