samples/stateful/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sun, 02 May 2010 14:24:43 +0200
changeset 348 26f9a0ec4315
permissions -rw-r--r--
Showing stateful API on Progress example
jtulach@348
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@348
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@348
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@348
     4
    <configuration>
jtulach@348
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@348
     6
            <name>stateful</name>
jtulach@348
     7
            <source-roots>
jtulach@348
     8
                <root id="src.dir"/>
jtulach@348
     9
            </source-roots>
jtulach@348
    10
            <test-roots>
jtulach@348
    11
                <root id="test.src.dir"/>
jtulach@348
    12
            </test-roots>
jtulach@348
    13
        </data>
jtulach@348
    14
    </configuration>
jtulach@348
    15
</project>