samples/aserverinfo/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:53:51 +0200
changeset 90 30a0c70c6579
permissions -rw-r--r--
AServerInfo projectized, except the final advice to create the "clonning factory"
jtulach@90
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@90
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@90
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@90
     4
    <configuration>
jtulach@90
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@90
     6
            <name>aserverinfo</name>
jtulach@90
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@90
     8
            <source-roots>
jtulach@90
     9
                <root id="src.dir"/>
jtulach@90
    10
            </source-roots>
jtulach@90
    11
            <test-roots>
jtulach@90
    12
                <root id="test.src.dir"/>
jtulach@90
    13
            </test-roots>
jtulach@90
    14
        </data>
jtulach@90
    15
    </configuration>
jtulach@90
    16
</project>