added global build project

This commit is contained in:
Mark Fisher
2007-12-17 17:15:03 +00:00
parent 717c358615
commit 3edd1e7771

View 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>