task4/solution14/nbproject/project.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 18 Oct 2008 08:40:32 +0200
changeset 74 c2585d97e1e3
parent 50 03c5c5dc94e7
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.
japod@25
     1
<?xml version="1.0" encoding="UTF-8"?>
japod@25
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
japod@25
     3
    <type>org.netbeans.modules.java.j2seproject</type>
japod@25
     4
    <configuration>
japod@25
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
japod@25
     6
            <name>Currency Convertor Solution 14</name>
japod@25
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
japod@25
     8
            <source-roots>
japod@25
     9
                <root id="src.dir"/>
japod@25
    10
            </source-roots>
japod@25
    11
            <test-roots>
japod@25
    12
                <root id="test.src.dir"/>
japod@25
    13
            </test-roots>
japod@25
    14
        </data>
japod@25
    15
    </configuration>
japod@25
    16
</project>