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
jtulach@35
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@35
     2
<project-shared-configuration>
jtulach@35
     3
    <!--
jtulach@35
     4
This file contains additional configuration written by modules in the NetBeans IDE.
jtulach@35
     5
The configuration is intended to be shared among all the users of project and
jtulach@35
     6
therefore it is assumed to be part of version control checkout.
jtulach@35
     7
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
jtulach@35
     8
-->
jtulach@35
     9
    <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
jtulach@35
    10
        <config-files>
jtulach@35
    11
            <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
jtulach@35
    12
            <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
jtulach@35
    13
        </config-files>
jtulach@35
    14
        <config-file-groups>
jtulach@35
    15
            <config-file-group name="Default Group">
jtulach@35
    16
                <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
jtulach@35
    17
                <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
jtulach@35
    18
            </config-file-group>
jtulach@35
    19
        </config-file-groups>
jtulach@35
    20
    </spring-data>
jtulach@35
    21
</project-shared-configuration>