samples/exceptions/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Wed, 28 Jan 2009 08:06:41 +0100
changeset 307 52f941f090cd
permissions -rw-r--r--
Initial attempt to provide sample for trycatchredo
jtulach@307
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@307
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@307
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@307
     4
    <configuration>
jtulach@307
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@307
     6
            <name>exceptions</name>
jtulach@307
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@307
     8
            <source-roots>
jtulach@307
     9
                <root id="src.dir"/>
jtulach@307
    10
            </source-roots>
jtulach@307
    11
            <test-roots>
jtulach@307
    12
                <root id="test.src.dir"/>
jtulach@307
    13
            </test-roots>
jtulach@307
    14
        </data>
jtulach@307
    15
    </configuration>
jtulach@307
    16
</project>