<project name="typetest" default="build.war">

<property file="build.properties"/>
<property name="common.build.file" location="../../../../../ossrepo/icefaces/trunk/icefaces/samples/etc/build-common.xml"/>
<property name="web.xml" location="conf/web.sunri.icefaces.ce.xml"/>




<import file="${common.build.file}"/>

<target name="compile">


    <compile src.copy.excludes="**/*.java"/>
</target>

<target name="build.war" depends="compile">
    <build.war web.xml="${web.xml}"/>
</target>



</project>