samples/reentrant/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:54:36 +0200
changeset 111 3905a2e66b9b
permissions -rw-r--r--
Sample code with various attempts to fight with reentrant code
jtulach@111
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@111
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@111
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@111
     4
    <configuration>
jtulach@111
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@111
     6
            <name>reentrant</name>
jtulach@111
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@111
     8
            <source-roots>
jtulach@111
     9
                <root id="src.dir"/>
jtulach@111
    10
            </source-roots>
jtulach@111
    11
            <test-roots>
jtulach@111
    12
                <root id="test.src.dir"/>
jtulach@111
    13
            </test-roots>
jtulach@111
    14
        </data>
jtulach@111
    15
    </configuration>
jtulach@111
    16
</project>