samples/singletons/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Wed, 27 Jan 2010 18:30:57 +0100
changeset 343 8e220093e4bf
permissions -rw-r--r--
Adding singleton example
jtulach@343
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@343
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@343
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@343
     4
    <configuration>
jtulach@343
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@343
     6
            <name>singletons</name>
jtulach@343
     7
            <source-roots>
jtulach@343
     8
                <root id="src.dir"/>
jtulach@343
     9
            </source-roots>
jtulach@343
    10
            <test-roots>
jtulach@343
    11
                <root id="test.src.dir"/>
jtulach@343
    12
            </test-roots>
jtulach@343
    13
        </data>
jtulach@343
    14
    </configuration>
jtulach@343
    15
</project>