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