java/ant/nbproject/project.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 30 Oct 2014 21:30:10 +0100
changeset 409 40cabcdcd2be
permissions -rw-r--r--
Updating to NBMs from NetBeans 8.0.1 as some of them are required to run on JDK8
jtulach@268
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@268
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@268
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@268
     4
    <configuration>
jtulach@268
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@268
     6
            <name>ant</name>
jtulach@268
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@268
     8
            <source-roots>
jtulach@268
     9
                <root id="src.dir"/>
jtulach@268
    10
            </source-roots>
jtulach@268
    11
            <test-roots>
jtulach@268
    12
                <root id="test.src.dir"/>
jtulach@268
    13
            </test-roots>
jtulach@268
    14
        </data>
jtulach@268
    15
    </configuration>
jtulach@268
    16
</project>