java/RAII/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 09 Jun 2017 23:23:25 +0200
changeset 47 9e2addbb9674
parent 21 627912dacae3
permissions -rw-r--r--
lpt-signal-generator: Makefile
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>