langtools/src/share/opensource/javac/nbproject/project.xml
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 10 06bc494ca11e
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
<!--
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
 Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
 This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
 under the terms of the GNU General Public License version 2 only, as
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
 published by the Free Software Foundation.  Sun designates this
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
 particular file as subject to the "Classpath" exception as provided
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
 by Sun in the LICENSE file that accompanied this code.
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
 This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
 version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
 accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
 You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
 CA 95054 USA or visit www.sun.com if you need additional information or
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
 have any questions.
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
-->
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
<project xmlns="http://www.netbeans.org/ns/project/1">
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
    <type>org.netbeans.modules.ant.freeform</type>
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
    <configuration>
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
            <!-- Do not use Project Properties customizer when editing this file manually. -->
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
            <name>openjdk-javac</name>
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
            <properties/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
            <folders>
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
                <source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
                    <label>src/share/classes</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
                    <type>java</type>
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
                    <location>src/share/classes</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
                </source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
            </folders>
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
            <ide-actions>
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
                <action name="build">
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
                    <target>build</target>
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
                </action>
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
                <action name="clean">
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
                    <target>clean</target>
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
                </action>
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
                <action name="javadoc">
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
                    <target>docs</target>
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
                </action>
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
                <action name="rebuild">
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
                    <target>clean</target>
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
                    <target>build</target>
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
                </action>
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
                <action name="test">
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
                    <target>xtest</target>
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
                </action>
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
            </ide-actions>
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
            <view>
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
                <items>
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
                    <source-folder style="packages">
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
                        <label>src/share/classes</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
                        <location>src/share/classes</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
                    </source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
                    <source-file>
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
                        <location>build.properties</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
                    </source-file>
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
                    <source-file>
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
                        <location>build.xml</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
                    </source-file>
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
                </items>
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
                <context-menu>
06bc494ca11e Initial load
duke
parents:
diff changeset
    74
                    <ide-action name="build"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
                    <ide-action name="clean"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
                    <ide-action name="javadoc"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
                    <ide-action name="rebuild"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
                </context-menu>
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
            </view>
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
        </general-data>
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
            <compilation-unit>
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
                <package-root>src/share/classes</package-root>
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
                <source-level>1.5</source-level>
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
            </compilation-unit>
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
        </java-data>
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
    </configuration>
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
</project>