samples/codeinjection/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 10 Jan 2009 21:29:22 +0100
changeset 303 77b6002451c4
permissions -rw-r--r--
Initial version of sample to explain 'code injection'
jtulach@303
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@303
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@303
     3
    <type>org.netbeans.modules.java.j2seproject</type>
jtulach@303
     4
    <configuration>
jtulach@303
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
jtulach@303
     6
            <name>codeinjection</name>
jtulach@303
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@303
     8
            <source-roots>
jtulach@303
     9
                <root id="src.dir"/>
jtulach@303
    10
            </source-roots>
jtulach@303
    11
            <test-roots>
jtulach@303
    12
                <root id="test.src.dir"/>
jtulach@303
    13
            </test-roots>
jtulach@303
    14
        </data>
jtulach@303
    15
    </configuration>
jtulach@303
    16
</project>