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