samples/cloneproblem/nbproject/project.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 11 Nov 2019 13:17:34 +0100
changeset 413 f11943a373a7
permissions -rw-r--r--
Updating to projects from NetBeans 11.2
jtulach@368
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@368
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@368
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@368
     4
    <configuration>
jtulach@368
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@368
     6
            <name>cloneproblem</name>
jtulach@368
     7
            <source-roots>
jtulach@368
     8
                <root id="src.dir"/>
jtulach@368
     9
            </source-roots>
jtulach@368
    10
            <test-roots>
jtulach@368
    11
                <root id="test.src.dir"/>
jtulach@368
    12
            </test-roots>
jtulach@368
    13
        </data>
jtulach@368
    14
    </configuration>
jtulach@368
    15
</project>