samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/build.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:52 +0200
changeset 58 be49ca0fff33
parent 55 5a0b7b1f8f11
permissions -rw-r--r--
Rewriting the infrastructure to use shared common.xml
jtulach@54
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@54
     2
<!-- this is a template file to test  -->
jtulach@54
     3
<project name="testing-template" default="run" basedir=".">
jtulach@58
     4
    <import file="../../common.xml"/>
jtulach@54
     5
</project>