spring-framework/build-spring-framework/build.xml

30 lines
1.3 KiB
XML
Raw Normal View History

2008-10-24 18:03:04 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project name="build-spring-webflow" default="precommit">
<path id="bundles">
2008-10-28 05:44:09 +08:00
<pathelement location="../org.springframework.instrument"/>
2008-10-24 18:03:04 +08:00
<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"/>
2008-10-28 21:47:36 +08:00
<pathelement location="../org.springframework.jms"/>
2008-10-28 19:42:01 +08:00
<pathelement location="../org.springframework.aspects"/>
2008-10-24 18:03:04 +08:00
<pathelement location="../org.springframework.jdbc"/>
2008-10-28 06:29:01 +08:00
<pathelement location="../org.springframework.web"/>
2008-10-24 18:03:04 +08:00
<pathelement location="../org.springframework.orm"/>
2008-10-28 05:44:09 +08:00
<pathelement location="../org.springframework.context.support"/>
<pathelement location="../org.springframework.web.servlet"/>
<pathelement location="../org.springframework.web.portlet"/>
2008-10-24 18:03:04 +08:00
</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>