Added support for secured channels and SecurityContext propagation within messages (INT-117).

This commit is contained in:
Mark Fisher
2008-06-06 00:05:07 +00:00
parent 0300168c82
commit 352a3f6c29
24 changed files with 1461 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.integration.security">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-integration/package-bundle.xml"/>
<import file="${basedir}/../spring-build/standard/default.xml"/>
</project>