16 lines
492 B
XML
Executable File
16 lines
492 B
XML
Executable File
<?xml version="1.0"?>
|
|
|
|
<project name="swf-booking-jsf" 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" />
|
|
|
|
<import file="${common.build.dir}/common-targets.xml" />
|
|
|
|
<import file="${common.build.dir}/tomcat-targets.xml" />
|
|
</project> |