Migrated the stream-based adapters from the "adapters" module to "org.springframework.integration.stream" (INT-375).

This commit is contained in:
Mark Fisher
2008-09-17 20:32:47 +00:00
parent 5676667c06
commit 9f2b0af8c3
28 changed files with 151 additions and 81 deletions

View File

@@ -19,5 +19,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.integration.adapter"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.integration.ws"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.integration.quartz"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.integration.stream"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>