task4/solution13/nbproject/project.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 18 Oct 2008 08:40:32 +0200
changeset 74 c2585d97e1e3
parent 45 251d0ed461fb
permissions -rw-r--r--
We need to remove XML files describing the result of test run in case of successful build (e.g. there was a test failure) as that prevents Hudson from claiming the build is unstable.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project xmlns="http://www.netbeans.org/ns/project/1">
     3     <type>org.netbeans.modules.java.j2seproject</type>
     4     <configuration>
     5         <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
     6             <name>Currency Convertor Solution 13</name>
     7             <minimum-ant-version>1.6.5</minimum-ant-version>
     8             <source-roots>
     9                 <root id="src.dir"/>
    10             </source-roots>
    11             <test-roots>
    12                 <root id="test.src.dir"/>
    13             </test-roots>
    14         </data>
    15     </configuration>
    16 </project>