samples/livedb/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Tue, 01 Jun 2010 12:08:47 +0200
changeset 355 d1e7424dc988
permissions -rw-r--r--
Example of Annotation Processor that generates a db access class
jtulach@355
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@355
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@355
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@355
     4
    <configuration>
jtulach@355
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@355
     6
            <name>livedb</name>
jtulach@355
     7
            <source-roots>
jtulach@355
     8
                <root id="src.dir"/>
jtulach@355
     9
            </source-roots>
jtulach@355
    10
            <test-roots>
jtulach@355
    11
                <root id="test.src.dir"/>
jtulach@355
    12
            </test-roots>
jtulach@355
    13
        </data>
jtulach@355
    14
    </configuration>
jtulach@355
    15
</project>