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