taskx/jtulach/against-solution12/build.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 11 Oct 2008 13:56:39 +0200
changeset 77 3d851a9f2016
parent 14 taskx/jtulach/against-solutionXY/build.xml@d907b216f8a1
permissions -rw-r--r--
Solution12 is binary backward incompatible as it removed method with two Currency parameters and replaced it with ... one. This is source compatible, but binary incompatible.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!-- this is a template file to test  -->
     3 <project name="testing-template" default="run" basedir=".">
     4     <import file="../../common.xml"/>
     5 </project>