Incorporated the 'org.springframework.integration.security' project into the build.

This commit is contained in:
Mark Fisher
2008-06-06 00:15:14 +00:00
parent 3fbea1d1b4
commit eb369c80b0

View File

@@ -3,6 +3,7 @@
<path id="bundles">
<pathelement location="${basedir}/../org.springframework.integration"/>
<pathelement location="${basedir}/../org.springframework.integration.security"/>
<pathelement location="${basedir}/../org.springframework.integration.adapter"/>
<pathelement location="${basedir}/../org.springframework.integration.ws"/>
<pathelement location="${basedir}/../org.springframework.integration.test"/>
@@ -16,4 +17,4 @@
<target name="precommit" depends="clean,clean-integration,test"/>
</project>
</project>