Files
spring-webflow/spring-webflow-samples/jsf-booking/build.xml
Keith Donald 6ff7b3e8a7 ivy updates
2008-04-29 05:50:48 +00:00

11 lines
398 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="jsf-booking">
<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>