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