sandbox initial commit
This commit is contained in:
19
spring-webflow-sandbox/build.xml
Normal file
19
spring-webflow-sandbox/build.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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="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>
|
||||
Reference in New Issue
Block a user