samples/javabeans/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:54:22 +0200
changeset 102 461397695234
permissions -rw-r--r--
Examples from JavaBeans specification moved out of the XML text
jtulach@102
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@102
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@102
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@102
     4
    <configuration>
jtulach@102
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@102
     6
            <name>javabeans</name>
jtulach@102
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@102
     8
            <source-roots>
jtulach@102
     9
                <root id="src.dir"/>
jtulach@102
    10
            </source-roots>
jtulach@102
    11
            <test-roots>
jtulach@102
    12
                <root id="test.src.dir"/>
jtulach@102
    13
            </test-roots>
jtulach@102
    14
        </data>
jtulach@102
    15
    </configuration>
jtulach@102
    16
</project>