taskx/jtulach/against-solution02/build.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 11 Oct 2008 13:25:34 +0200
changeset 73 e8b0f13fd4fb
child 81 ec70f883de4a
permissions -rw-r--r--
Solution 02 is not backward compatible as it changed return type of one method in ConvertorFactory class
jtulach@73
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@73
     2
<!-- this is a template file to test  -->
jtulach@73
     3
<project name="testing-template" default="run" basedir=".">
jtulach@73
     4
    <import file="../../common.xml"/>
jtulach@73
     5
</project>