added parent to 'bundles' list in build.xml

This commit is contained in:
Mark Fisher
2010-04-16 20:26:58 +00:00
parent 3b6dcd55fd
commit 24e7671d19

View File

@@ -2,6 +2,7 @@
<project name="build-spring-integration" default="precommit">
<path id="bundles">
<pathelement location="${basedir}/../spring-integration-parent"/>
<pathelement location="${basedir}/../org.springframework.integration"/>
<pathelement location="${basedir}/../org.springframework.integration.security"/>
<pathelement location="${basedir}/../org.springframework.integration.adapter"/>