You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
554 B
16 lines
554 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<project name="build-spring-webflow" default="precommit"> |
|
|
|
<path id="bundles"> |
|
<pathelement location="../org.springframework.core"/> |
|
<pathelement location="../org.springframework.expression"/> |
|
</path> |
|
|
|
<property file="${basedir}/../build.properties"/> |
|
<import file="${basedir}/package-top-level.xml"/> |
|
<import file="${basedir}/publish-top-level.xml"/> |
|
<import file="${basedir}/../spring-build/multi-bundle/default.xml"/> |
|
|
|
<target name="precommit" depends="clean,clean-integration,jar,test"/> |
|
|
|
</project>
|
|
|