Files
spring-webflow/spring-webflow-samples/booking-portlet-faces/build.xml
2008-04-02 21:28:01 +00:00

11 lines
412 B
XML

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