Files
spring-webflow/spring-webflow-sandbox/build.xml
2007-03-07 20:39:28 +00:00

20 lines
677 B
XML

<?xml version="1.0"?>
<project name="spring-webflow-sandbox" default="dist">
<property file="build.properties" />
<property file="project.properties" />
<property file="${common.build.dir}/build.properties" />
<property file="${common.build.dir}/project.properties" />
<property file="${user.home}/build.properties" />
<property name="build.web" value="true"/>
<property name="project.title" value="Spring Web Flow Sandbox" />
<property name="project.package" value="org.springframework.webflow" />
<property name="project.copyright" value="Copyright &#169; 2004-2007. All Rights Reserved."/>
<import file="${common.build.dir}/common-targets.xml" />
</project>