Initial code checkin

This commit is contained in:
Ben Hale
2008-07-11 06:34:50 +00:00
parent 549e526ab0
commit ca010140fb
36 changed files with 1457 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?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>