emul/nb-configuration.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 28 Sep 2013 02:02:00 +0200
branchjdk7-b147
changeset 1314 e3db9cca817b
permissions -rw-r--r--
Adding StringWriter and reader as it is used in Javac
jaroslav@86
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@86
     2
<project-shared-configuration>
jaroslav@86
     3
    <!--
jaroslav@86
     4
This file contains additional configuration written by modules in the NetBeans IDE.
jaroslav@86
     5
The configuration is intended to be shared among all the users of project and
jaroslav@86
     6
therefore it is assumed to be part of version control checkout.
jaroslav@86
     7
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
jaroslav@86
     8
-->
jaroslav@86
     9
    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
jaroslav@86
    10
        <!--
jaroslav@86
    11
Properties that influence various parts of the IDE, especially code formatting and the like. 
jaroslav@86
    12
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
jaroslav@86
    13
That way multiple projects can share the same settings (useful for formatting rules for example).
jaroslav@86
    14
Any value defined here will override the pom.xml file value but is only applicable to the current project.
jaroslav@86
    15
-->
jaroslav@86
    16
        <netbeans.hint.jdkPlatform>Empty7</netbeans.hint.jdkPlatform>
jaroslav@86
    17
    </properties>
jaroslav@86
    18
</project-shared-configuration>