jdk/make/netbeans/j2se/nbproject/project.xml
changeset 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
0:fd16c54261b3 2:90ce3da70b43
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 
       
     3 <!--
       
     4  Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
       
     5 
       
     6  Redistribution and use in source and binary forms, with or without
       
     7  modification, are permitted provided that the following conditions
       
     8  are met:
       
     9 
       
    10    - Redistributions of source code must retain the above copyright
       
    11      notice, this list of conditions and the following disclaimer.
       
    12 
       
    13    - Redistributions in binary form must reproduce the above copyright
       
    14      notice, this list of conditions and the following disclaimer in the
       
    15      documentation and/or other materials provided with the distribution.
       
    16 
       
    17    - Neither the name of Sun Microsystems nor the names of its
       
    18      contributors may be used to endorse or promote products derived
       
    19      from this software without specific prior written permission.
       
    20 
       
    21  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
       
    22  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
       
    23  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
    24  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
       
    25  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       
    26  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       
    27  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       
    28  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       
    29  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       
    30  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       
    31  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    32 -->
       
    33 
       
    34 <!DOCTYPE project [
       
    35     <!ENTITY properties SYSTEM "../../common/properties.ent">
       
    36     <!ENTITY share-sources SYSTEM "../../common/share-sources.ent">
       
    37     <!ENTITY unix-sources SYSTEM "../../common/unix-sources.ent">
       
    38     <!ENTITY windows-sources SYSTEM "../../common/windows-sources.ent">
       
    39     <!ENTITY build-folder SYSTEM "../../common/build-folder.ent">
       
    40     <!ENTITY standard-bindings SYSTEM "../../common/standard-bindings.ent">
       
    41     <!ENTITY share-view SYSTEM "../../common/share-view.ent">
       
    42     <!ENTITY unix-view SYSTEM "../../common/unix-view.ent">
       
    43     <!ENTITY windows-view SYSTEM "../../common/windows-view.ent">
       
    44     <!ENTITY file-view SYSTEM "../../common/file-view.ent">
       
    45     <!ENTITY standard-actions SYSTEM "../../common/standard-actions.ent">
       
    46     <!ENTITY java-data-native SYSTEM "../../common/java-data-native.ent">
       
    47 ]>
       
    48 <project xmlns="http://www.netbeans.org/ns/project/1">
       
    49     <type>org.netbeans.modules.ant.freeform</type>
       
    50     <configuration>
       
    51         <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
       
    52             <name>JDK</name> <!-- Customized -->
       
    53             <properties>
       
    54                 <property name="name">jdk</property> <!-- Customized -->
       
    55                 &properties;
       
    56             </properties>
       
    57             <folders>
       
    58                 &share-sources;
       
    59                 &unix-sources;
       
    60                 &windows-sources;
       
    61                 &build-folder;
       
    62             </folders>
       
    63             <ide-actions>
       
    64                 <action name="build">
       
    65                     <target>build</target>
       
    66                 </action>
       
    67                 <action name="rebuild">
       
    68                     <target>clean</target>
       
    69                     <target>build</target>
       
    70                 </action>
       
    71                 <action name="clean">
       
    72                     <target>clean</target>
       
    73                 </action>
       
    74                 <!--
       
    75                 <action name="javadoc">
       
    76                     <target>javadoc-nb</target>
       
    77                 </action>
       
    78                 -->
       
    79             </ide-actions>
       
    80             <view>
       
    81                 <items>
       
    82                     &share-view;
       
    83                     &unix-view;
       
    84                     &windows-view;
       
    85                     &file-view;
       
    86                 </items>
       
    87                 <context-menu>
       
    88                     <ide-action name="build"/>
       
    89                     <ide-action name="rebuild"/>
       
    90                     <ide-action name="clean"/>
       
    91                     <!--
       
    92                     <ide-action name="javadoc"/>
       
    93                     -->
       
    94                 </context-menu>
       
    95             </view>
       
    96         </general-data>
       
    97         &java-data-native;
       
    98     </configuration>
       
    99 </project>