samples/instanceof/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:53:33 +0200
changeset 74 84353f1cb4bc
permissions -rw-r--r--
Moving InstanceProvider into external sample files
jtulach@74
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@74
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@74
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@74
     4
    <configuration>
jtulach@74
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@74
     6
            <name>instanceof</name>
jtulach@74
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@74
     8
            <source-roots>
jtulach@74
     9
                <root id="src.dir"/>
jtulach@74
    10
            </source-roots>
jtulach@74
    11
            <test-roots>
jtulach@74
    12
                <root id="test.src.dir"/>
jtulach@74
    13
            </test-roots>
jtulach@74
    14
        </data>
jtulach@74
    15
    </configuration>
jtulach@74
    16
</project>