added global build project
This commit is contained in:
13
build-spring-integration/build.xml
Normal file
13
build-spring-integration/build.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="build-spring-integration" default="precommit">
|
||||
|
||||
<target name="precommit" depends="clean,jar,test"/>
|
||||
|
||||
<path id="bundles">
|
||||
<pathelement location="../spring-integration-core"/>
|
||||
<pathelement location="../spring-integration-samples"/>
|
||||
</path>
|
||||
|
||||
<import file="../spring-build/multi-bundle/default.xml"/>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user