getting started tutorial initial commit

This commit is contained in:
Keith Donald
2009-03-17 20:12:16 +00:00
parent d9b74b2048
commit 82b609b709
25 changed files with 621 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="getting-started-with-spring-webflow">
<property name="source.version" value="1.5"/>
<property name="ivy.cache.dir" value="${basedir}/../../ivy-cache"/>
<property name="integration.repo.dir" value="${basedir}/../../integration-repo"/>
<property file="${basedir}/../../build.properties"/>
<import file="${basedir}/../../spring-build/war/default.xml"/>
</project>