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