java/nekurak.net-rest/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Mon Apr 05 15:21:14 2010 +0200 (2010-04-05)
changeset 86 eb6fce71e85c
child 88 a5339bcce9a2
permissions -rw-r--r--
Základ REST API.
franta-hg@86
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@86
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
franta-hg@86
     3
    <type>org.netbeans.modules.web.project</type>
franta-hg@86
     4
    <configuration>
franta-hg@86
     5
        <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
franta-hg@86
     6
            <extension file="rest-build.xml" id="rest.4">
franta-hg@86
     7
                <dependency dependsOn="generate-rest-config" target="-pre-pre-compile"/>
franta-hg@86
     8
            </extension>
franta-hg@86
     9
        </buildExtensions>
franta-hg@86
    10
        <data xmlns="http://www.netbeans.org/ns/web-project/3">
franta-hg@86
    11
            <name>nekurak.net-rest</name>
franta-hg@86
    12
            <minimum-ant-version>1.6.5</minimum-ant-version>
franta-hg@86
    13
            <web-module-libraries>
franta-hg@86
    14
                <library dirs="200">
franta-hg@86
    15
                    <file>${libs.restlib_gfv3ee6.classpath}</file>
franta-hg@86
    16
                </library>
franta-hg@86
    17
            </web-module-libraries>
franta-hg@86
    18
            <web-module-additional-libraries/>
franta-hg@86
    19
            <source-roots>
franta-hg@86
    20
                <root id="src.dir"/>
franta-hg@86
    21
            </source-roots>
franta-hg@86
    22
            <test-roots>
franta-hg@86
    23
                <root id="test.src.dir"/>
franta-hg@86
    24
            </test-roots>
franta-hg@86
    25
        </data>
franta-hg@86
    26
    </configuration>
franta-hg@86
    27
</project>