added parent to 'bundles' list in build.xml
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<project name="build-spring-integration" default="precommit">
|
<project name="build-spring-integration" default="precommit">
|
||||||
|
|
||||||
<path id="bundles">
|
<path id="bundles">
|
||||||
|
<pathelement location="${basedir}/../spring-integration-parent"/>
|
||||||
<pathelement location="${basedir}/../org.springframework.integration"/>
|
<pathelement location="${basedir}/../org.springframework.integration"/>
|
||||||
<pathelement location="${basedir}/../org.springframework.integration.security"/>
|
<pathelement location="${basedir}/../org.springframework.integration.security"/>
|
||||||
<pathelement location="${basedir}/../org.springframework.integration.adapter"/>
|
<pathelement location="${basedir}/../org.springframework.integration.adapter"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user