javaquery/demo-twitter/nb-configuration.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 28 Sep 2013 01:32:59 +0200
branchjavac
changeset 1312 bf0b56f2dca2
permissions -rw-r--r--
Adding more reflection methods, but mostly throwing exceptions
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     3 
     4     Back 2 Browser Bytecode Translator
     5     Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     6 
     7     This program is free software: you can redistribute it and/or modify
     8     it under the terms of the GNU General Public License as published by
     9     the Free Software Foundation, version 2 of the License.
    10 
    11     This program is distributed in the hope that it will be useful,
    12     but WITHOUT ANY WARRANTY; without even the implied warranty of
    13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14     GNU General Public License for more details.
    15 
    16     You should have received a copy of the GNU General Public License
    17     along with this program. Look for COPYING file in the top folder.
    18     If not, see http://opensource.org/licenses/GPL-2.0.
    19 
    20 -->
    21 <project-shared-configuration>
    22     <!--
    23 This file contains additional configuration written by modules in the NetBeans IDE.
    24 The configuration is intended to be shared among all the users of project and
    25 therefore it is assumed to be part of version control checkout.
    26 Without this configuration present, some functionality in the IDE may be limited or fail altogether.
    27 -->
    28     <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
    29         <!--
    30 Properties that influence various parts of the IDE, especially code formatting and the like. 
    31 You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
    32 That way multiple projects can share the same settings (useful for formatting rules for example).
    33 Any value defined here will override the pom.xml file value but is only applicable to the current project.
    34 -->
    35         <netbeans.compile.on.save>none</netbeans.compile.on.save>
    36     </properties>
    37 </project-shared-configuration>