java/RAII/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Sun, 20 Nov 2016 18:22:56 +0100
changeset 39 988b56d4a7b8
parent 21 627912dacae3
permissions -rw-r--r--
libevent: identifikace serverových soketů a jednotlivých spojení (pomocí čísel FD)
franta-hg@21
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@21
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
franta-hg@21
     3
    <type>org.netbeans.modules.java.j2seproject</type>
franta-hg@21
     4
    <configuration>
franta-hg@21
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
franta-hg@21
     6
            <name>RAII</name>
franta-hg@21
     7
            <source-roots>
franta-hg@21
     8
                <root id="src.dir"/>
franta-hg@21
     9
            </source-roots>
franta-hg@21
    10
            <test-roots>
franta-hg@21
    11
                <root id="test.src.dir"/>
franta-hg@21
    12
            </test-roots>
franta-hg@21
    13
        </data>
franta-hg@21
    14
    </configuration>
franta-hg@21
    15
</project>