samples/misuse/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:54:22 +0200
changeset 101 c27834b52df0
permissions -rw-r--r--
Consistency between type and runtime system
jtulach@101
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@101
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@101
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@101
     4
    <configuration>
jtulach@101
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@101
     6
            <name>misuse</name>
jtulach@101
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@101
     8
            <source-roots>
jtulach@101
     9
                <root id="src.dir"/>
jtulach@101
    10
            </source-roots>
jtulach@101
    11
            <test-roots>
jtulach@101
    12
                <root id="test.src.dir"/>
jtulach@101
    13
            </test-roots>
jtulach@101
    14
        </data>
jtulach@101
    15
    </configuration>
jtulach@101
    16
</project>