java/RAII/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 10 Feb 2018 17:11:31 +0100
changeset 56 813b44590d07
parent 21 627912dacae3
permissions -rw-r--r--
jvm-jni-starter: --sql místo --sql-in + refaktoring
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>