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.
27 lines
1.2 KiB
27 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<project name="build-spring-webflow" default="precommit"> |
|
|
|
<path id="bundles"> |
|
<pathelement location="../org.springframework.instrument"/> |
|
<pathelement location="../org.springframework.core"/> |
|
<pathelement location="../org.springframework.expression"/> |
|
<pathelement location="../org.springframework.beans"/> |
|
<pathelement location="../org.springframework.aop"/> |
|
<pathelement location="../org.springframework.context"/> |
|
<pathelement location="../org.springframework.transaction"/> |
|
<pathelement location="../org.springframework.jdbc"/> |
|
<pathelement location="../org.springframework.orm"/> |
|
<pathelement location="../org.springframework.context.support"/> |
|
<pathelement location="../org.springframework.web"/> |
|
<pathelement location="../org.springframework.web.servlet"/> |
|
<pathelement location="../org.springframework.web.portlet"/> |
|
</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>
|
|
|