Files
spring-webflow/spring-webflow-samples/getting-started-with-spring-webflow/build.xml
2009-03-17 20:12:16 +00:00

11 lines
422 B
XML
Executable File

<?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>