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