getting started tutorial initial commit
This commit is contained in:
10
spring-webflow-samples/getting-started-with-spring-webflow/build.xml
Executable file
10
spring-webflow-samples/getting-started-with-spring-webflow/build.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="getting-started-with-spring-webflow">
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user