currency/nbproject/project.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 20 Sep 2008 18:26:55 +0200
changeset 1 676b4c07fa0a
parent 0 e0003d2fb0c2
permissions -rw-r--r--
Removing references to 'bool'
Adding first tasks to Task1Test
jtulach@0
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@0
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@0
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@0
     4
    <configuration>
jtulach@0
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jaroslav@1
     6
            <name>Currency Convertor Template</name>
jtulach@0
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@0
     8
            <source-roots>
jtulach@0
     9
                <root id="src.dir"/>
jtulach@0
    10
            </source-roots>
jtulach@0
    11
            <test-roots>
jtulach@0
    12
                <root id="test.src.dir"/>
jtulach@0
    13
            </test-roots>
jtulach@0
    14
        </data>
jtulach@0
    15
    </configuration>
jtulach@0
    16
</project>