Updated to new version of spring-build

This commit is contained in:
Ben Hale
2009-12-23 08:30:18 +00:00
parent be13958da4
commit 60ef9cb730

View File

@@ -3,8 +3,11 @@ Bundle-Name: Spring Integration Test Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.apache.tools.ant.*;version="[1.7.0, 2.0.0)",
org.springframework.*;version="[3.0.0, 4.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.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, 1.7.0]",
org.hamcrest.*;version="[1.1.0, 1.1.0]"
org.mockito.*;version="[1.6.0, 1.7.0)",
org.hamcrest.*;version="[1.1.0, 1.1.0]",
org.objenesis.*;version="[1.0.0, 2.0.0)"