taskx/jtulach/against-solution06/build.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 11 Oct 2008 18:25:11 +0200
changeset 79 0c910349ba67
parent 14 taskx/jtulach/against-solutionXY/build.xml@d907b216f8a1
permissions -rw-r--r--
Solution 06 is quite good (maybe perfect) from the perspective of binary compatibility. For a while I thought I am going to give up, however then I noticed that there is an added overloaded method. With proper parameters this can cause the previously OK source to become uncompilable.
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>