samples/conditionaluseofapi/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:50:50 +0200
changeset 6 b577ee7fcf67
permissions -rw-r--r--
example with conditional usage of an API
jtulach@6
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@6
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@6
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@6
     4
    <configuration>
jtulach@6
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@6
     6
            <name>conditionaluseofapi</name>
jtulach@6
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@6
     8
            <source-roots>
jtulach@6
     9
                <root id="src.dir"/>
jtulach@6
    10
            </source-roots>
jtulach@6
    11
            <test-roots>
jtulach@6
    12
                <root id="test.src.dir"/>
jtulach@6
    13
            </test-roots>
jtulach@6
    14
        </data>
jtulach@6
    15
    </configuration>
jtulach@6
    16
</project>