java/RAII/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 15 May 2020 20:32:37 +0200
changeset 59 d6614ad97bed
parent 21 627912dacae3
permissions -rw-r--r--
LV2: modul zesilovače, dle oficiálního příkladu, ale bez závislosti na Pythonu – stačí gcc a make
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>