webidor/nb-configuration.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sun, 12 Jul 2009 13:59:07 +0200
changeset 35 2e85dd878f04
child 55 830e0ba29c04
permissions -rw-r--r--
Converting the webidor into Jersey based REST server
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project-shared-configuration>
     3     <!--
     4 This file contains additional configuration written by modules in the NetBeans IDE.
     5 The configuration is intended to be shared among all the users of project and
     6 therefore it is assumed to be part of version control checkout.
     7 Without this configuration present, some functionality in the IDE may be limited or fail altogether.
     8 -->
     9     <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
    10         <config-files>
    11             <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
    12             <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
    13         </config-files>
    14         <config-file-groups>
    15             <config-file-group name="Default Group">
    16                 <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
    17                 <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
    18             </config-file-group>
    19         </config-file-groups>
    20     </spring-data>
    21 </project-shared-configuration>