22 lines
797 B
XML
22 lines
797 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 © 2004-2007. All Rights Reserved."/>
|
|
|
|
<import file="${common.build.dir}/common-targets.xml" />
|
|
<import file="${common.build.dir}/clover-targets.xml" />
|
|
<import file="${common.build.dir}/doc-targets.xml" />
|
|
|
|
</project>
|