15 lines
571 B
Plaintext
15 lines
571 B
Plaintext
Bundle-SymbolicName: org.springframework.integration.test
|
|
Bundle-Name: Spring Integration Test Support
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-Version: ${version}
|
|
Bundle-ManifestVersion: 2
|
|
Import-Template:
|
|
org.apache.tools.ant.*;version="[1.7.0, 2.0.0)",
|
|
org.springframework.*;version="[3.0.5, 4.0.0)",
|
|
org.springframework.integration.*;version="[2.1.0, 2.1.1)",
|
|
junit.framework.*;version="[4.6.0, 4.7.0)",
|
|
org.junit.*;version="[4.6.0, 4.7.0)",
|
|
org.mockito.*;version="[1.6.0, 2.0.0)",
|
|
org.hamcrest.*;version="[1.1.0, 1.1.0]",
|
|
org.objenesis.*;version="[1.0.0, 2.0.0)"
|