Files
spring-batch/build-ivy/build.xml
2009-02-01 13:27:51 +00:00

17 lines
543 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="com.springsource.test.build" default="test">
<path id="bundles">
<pathelement location="${basedir}/../spring-batch-infrastructure"/>
<pathelement location="${basedir}/../spring-batch-core"/>
<pathelement location="${basedir}/../spring-batch-test"/>
</path>
<property file="${basedir}/../build.properties" />
<propertyset id="bundlor.properties">
<propertyref builtin="all"/>
</propertyset>
<import file="${basedir}/../spring-build/multi-bundle/default.xml"/>
</project>