Browse Source
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@127 50f2f4bb-b051-0410-bef5-90022cba6387pull/1/head
1 changed files with 24 additions and 16 deletions
@ -1,16 +1,24 @@
@@ -1,16 +1,24 @@
|
||||
<?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> |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project name="build-spring-webflow" default="precommit"> |
||||
|
||||
<path id="bundles"> |
||||
<pathelement location="../org.springframework.agent"/> |
||||
<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.web"/> |
||||
<pathelement location="../org.springframework.orm"/> |
||||
</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> |
||||
|
||||
Loading…
Reference in new issue