taskx/jtulach/against-solution04/build.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 11 Oct 2008 13:30:16 +0200
changeset 76 22885b020f15
parent 14 taskx/jtulach/against-solutionXY/build.xml@d907b216f8a1
permissions -rw-r--r--
Solution 04 is not source compatible as it added new methods into a subclassable interface
jaroslav@14
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@14
     2
<!-- this is a template file to test  -->
jaroslav@14
     3
<project name="testing-template" default="run" basedir=".">
jaroslav@14
     4
    <import file="../../common.xml"/>
jaroslav@14
     5
</project>