webidor/nb-configuration.xml
branchglassfish
changeset 284 90be53f96e0c
parent 266 15fcdfc4cd4a
child 287 92bd2090dd5f
     1.1 --- a/webidor/nb-configuration.xml	Tue Sep 14 09:46:43 2010 +0200
     1.2 +++ b/webidor/nb-configuration.xml	Sun Jul 17 15:40:50 2011 +0200
     1.3 @@ -26,18 +26,6 @@
     1.4  therefore it is assumed to be part of version control checkout.
     1.5  Without this configuration present, some functionality in the IDE may be limited or fail altogether.
     1.6  -->
     1.7 -    <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
     1.8 -        <config-files>
     1.9 -            <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
    1.10 -            <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
    1.11 -        </config-files>
    1.12 -        <config-file-groups>
    1.13 -            <config-file-group name="Default Group">
    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-file-group>
    1.17 -        </config-file-groups>
    1.18 -    </spring-data>
    1.19      <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
    1.20          <!--
    1.21  Properties that influence various parts of the IDE, especially code formatting and the like. 
    1.22 @@ -45,6 +33,6 @@
    1.23  That way multiple projects can share the same settings (useful for formatting rules for example).
    1.24  Any value defined here will override the pom.xml file value but is only applicable to the current project.
    1.25  -->
    1.26 -        <netbeans.compile.on.save>none</netbeans.compile.on.save>
    1.27 +        <org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>user</org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>
    1.28      </properties>
    1.29  </project-shared-configuration>