jdk/make/netbeans/j2se/nbproject/project.xml
changeset 17200 100a693acc8d
parent 10601 c496d54879f4
equal deleted inserted replaced
17194:b2d8b5f308e7 17200:100a693acc8d
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 
     2 
     3 <!--
     3 <!--
     4  Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
     4  Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
     5 
     5 
     6  Redistribution and use in source and binary forms, with or without
     6  Redistribution and use in source and binary forms, with or without
     7  modification, are permitted provided that the following conditions
     7  modification, are permitted provided that the following conditions
     8  are met:
     8  are met:
     9 
     9 
    32 -->
    32 -->
    33 
    33 
    34 <!DOCTYPE project [
    34 <!DOCTYPE project [
    35     <!ENTITY properties SYSTEM "../../common/properties.ent">
    35     <!ENTITY properties SYSTEM "../../common/properties.ent">
    36     <!ENTITY share-sources SYSTEM "../../common/share-sources.ent">
    36     <!ENTITY share-sources SYSTEM "../../common/share-sources.ent">
       
    37     <!ENTITY macosx-sources SYSTEM "../../common/macosx-sources.ent">
    37     <!ENTITY unix-sources SYSTEM "../../common/unix-sources.ent">
    38     <!ENTITY unix-sources SYSTEM "../../common/unix-sources.ent">
    38     <!ENTITY windows-sources SYSTEM "../../common/windows-sources.ent">
    39     <!ENTITY windows-sources SYSTEM "../../common/windows-sources.ent">
    39     <!ENTITY jtreg-sources SYSTEM "../../common/jtreg-sources.ent">
    40     <!ENTITY jtreg-sources SYSTEM "../../common/jtreg-sources.ent">
    40     <!ENTITY build-folder SYSTEM "../../common/build-folder.ent">
    41     <!ENTITY build-folder SYSTEM "../../common/build-folder.ent">
    41     <!ENTITY standard-bindings SYSTEM "../../common/standard-bindings.ent">
    42     <!ENTITY standard-bindings SYSTEM "../../common/standard-bindings.ent">
    42     <!ENTITY share-view SYSTEM "../../common/share-view.ent">
    43     <!ENTITY share-view SYSTEM "../../common/share-view.ent">
       
    44     <!ENTITY macosx-view SYSTEM "../../common/macosx-view.ent">
    43     <!ENTITY unix-view SYSTEM "../../common/unix-view.ent">
    45     <!ENTITY unix-view SYSTEM "../../common/unix-view.ent">
    44     <!ENTITY windows-view SYSTEM "../../common/windows-view.ent">
    46     <!ENTITY windows-view SYSTEM "../../common/windows-view.ent">
    45     <!ENTITY jtreg-view SYSTEM "../../common/jtreg-view.ent">
    47     <!ENTITY jtreg-view SYSTEM "../../common/jtreg-view.ent">
    46     <!ENTITY file-view SYSTEM "../../common/file-view.ent">
    48     <!ENTITY file-view SYSTEM "../../common/file-view.ent">
    47     <!ENTITY standard-actions SYSTEM "../../common/standard-actions.ent">
    49     <!ENTITY standard-actions SYSTEM "../../common/standard-actions.ent">
    56                 <property name="name">jdk</property> <!-- Customized -->
    58                 <property name="name">jdk</property> <!-- Customized -->
    57                 &properties;
    59                 &properties;
    58             </properties>
    60             </properties>
    59             <folders>
    61             <folders>
    60                 &share-sources;
    62                 &share-sources;
       
    63                 &macosx-sources;
    61                 &unix-sources;
    64                 &unix-sources;
    62                 &windows-sources;
    65                 &windows-sources;
    63                 &build-folder;
    66                 &build-folder;
    64 		&jtreg-sources;
    67 		&jtreg-sources;
    65             </folders>
    68             </folders>
    81                 -->
    84                 -->
    82             </ide-actions>
    85             </ide-actions>
    83             <view>
    86             <view>
    84                 <items>
    87                 <items>
    85                     &share-view;
    88                     &share-view;
       
    89                     &macosx-view;
    86                     &unix-view;
    90                     &unix-view;
    87                     &windows-view;
    91                     &windows-view;
    88                     &jtreg-view;
    92                     &jtreg-view;
    89                     &file-view;
    93                     &file-view;
    90                 </items>
    94                 </items>