samples/delegatingwriter/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:53:02 +0200
changeset 60 bea28c7c6653
permissions -rw-r--r--
Converting the Writer delegation problem into real example
jtulach@60
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@60
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@60
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@60
     4
    <configuration>
jtulach@60
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@60
     6
            <name>delegatingwriter</name>
jtulach@60
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@60
     8
            <source-roots>
jtulach@60
     9
                <root id="src.dir"/>
jtulach@60
    10
            </source-roots>
jtulach@60
    11
            <test-roots>
jtulach@60
    12
                <root id="test.src.dir"/>
jtulach@60
    13
            </test-roots>
jtulach@60
    14
        </data>
jtulach@60
    15
    </configuration>
jtulach@60
    16
</project>