Have to disable compile on save for tests, otherwise they don't execute under debugger glassfish
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 20 Aug 2011 17:35:41 +0200
branchglassfish
changeset 28792bd2090dd5f
parent 286 accdcc2ab312
Have to disable compile on save for tests, otherwise they don't execute under debugger
webidor/nb-configuration.xml
     1.1 --- a/webidor/nb-configuration.xml	Sat Aug 20 17:21:28 2011 +0200
     1.2 +++ b/webidor/nb-configuration.xml	Sat Aug 20 17:35:41 2011 +0200
     1.3 @@ -18,7 +18,6 @@
     1.4      If not, see http://www.gnu.org/licenses/.
     1.5  
     1.6  -->
     1.7 -
     1.8  <project-shared-configuration>
     1.9      <!--
    1.10  This file contains additional configuration written by modules in the NetBeans IDE.
    1.11 @@ -34,5 +33,6 @@
    1.12  Any value defined here will override the pom.xml file value but is only applicable to the current project.
    1.13  -->
    1.14          <org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>user</org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>
    1.15 +        <netbeans.compile.on.save>none</netbeans.compile.on.save>
    1.16      </properties>
    1.17  </project-shared-configuration>