webidor/nb-configuration.xml
changeset 35 2e85dd878f04
child 55 830e0ba29c04
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/webidor/nb-configuration.xml	Sun Jul 12 13:59:07 2009 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<project-shared-configuration>
     1.6 +    <!--
     1.7 +This file contains additional configuration written by modules in the NetBeans IDE.
     1.8 +The configuration is intended to be shared among all the users of project and
     1.9 +therefore it is assumed to be part of version control checkout.
    1.10 +Without this configuration present, some functionality in the IDE may be limited or fail altogether.
    1.11 +-->
    1.12 +    <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
    1.13 +        <config-files>
    1.14 +            <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
    1.15 +            <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
    1.16 +        </config-files>
    1.17 +        <config-file-groups>
    1.18 +            <config-file-group name="Default Group">
    1.19 +                <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
    1.20 +                <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
    1.21 +            </config-file-group>
    1.22 +        </config-file-groups>
    1.23 +    </spring-data>
    1.24 +</project-shared-configuration>