Ticket #367: build.xml

File build.xml, 249 bytes (added by seija@…, 2 years ago)

Sample build.xml file for ticket #367

Line 
1<?xml version="1.0"?>
2
3<project name="FooBar" default="dist" basedir=".">
4    <target name="dist">
5        <echo msg="Creating archive..." />
6        <echo msg="Files copied and compressed in build directory OK!" />
7    </target>
8</project>