INT-144 moved test project into trunk, and some related improvements

This commit is contained in:
Iwein Fuld
2009-07-24 14:00:31 +00:00
parent 83f8ea77d1
commit c27d20817e
16 changed files with 1169 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Bundle-SymbolicName: org.springframework.integration.test
Bundle-Name: Spring Integration Test Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.*;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
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]"