langtools/make/netbeans/langtools/nbproject/project.xml
changeset 24074 7a609dde1d05
parent 17274 64fdf967f6a5
child 25874 83c19f00452c
equal deleted inserted replaced
24073:e6d5236551d2 24074:7a609dde1d05
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     2 <!--
     3  Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
     3  Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
     4 
     4 
     5  Redistribution and use in source and binary forms, with or without
     5  Redistribution and use in source and binary forms, with or without
     6  modification, are permitted provided that the following conditions
     6  modification, are permitted provided that the following conditions
     7  are met:
     7  are met:
     8 
     8 
    65                     <location>${root}/build/classes</location>
    65                     <location>${root}/build/classes</location>
    66                 </build-file>
    66                 </build-file>
    67             </folders>
    67             </folders>
    68             <ide-actions>
    68             <ide-actions>
    69                 <!--
    69                 <!--
    70  Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
    70  This section defines the standard actions accepted by langtools projects.
    71 
       
    72  Redistribution and use in source and binary forms, with or without
       
    73  modification, are permitted provided that the following conditions
       
    74  are met:
       
    75 
       
    76    - Redistributions of source code must retain the above copyright
       
    77      notice, this list of conditions and the following disclaimer.
       
    78 
       
    79    - Redistributions in binary form must reproduce the above copyright
       
    80      notice, this list of conditions and the following disclaimer in the
       
    81      documentation and/or other materials provided with the distribution.
       
    82 
       
    83    - Neither the name of Oracle nor the names of its
       
    84      contributors may be used to endorse or promote products derived
       
    85      from this software without specific prior written permission.
       
    86 
       
    87  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
       
    88  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
       
    89  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
    90  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
       
    91  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       
    92  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       
    93  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       
    94  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       
    95  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       
    96  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       
    97  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    98 -->
       
    99                 <!--
       
   100  This file defines the standard actions accepted by langtools projects.
       
   101  It is normally included as an entity into a project's project.xml file.
       
   102 
    71 
   103  For information on these actions, see
    72  For information on these actions, see
   104    - NetBeans: Setting Up Projects
    73    - NetBeans: Setting Up Projects
   105      at http://www.netbeans.org/kb/55/using-netbeans/project_setup.html
    74      at http://www.netbeans.org/kb/55/using-netbeans/project_setup.html
   106    - NetBeans: Advanced Freeform Project Configuration
    75    - NetBeans: Advanced Freeform Project Configuration
   154                         <property>jtreg.tests</property>
   123                         <property>jtreg.tests</property>
   155                         <folder>${root}/test</folder>
   124                         <folder>${root}/test</folder>
   156                         <pattern>\.(java|sh)$</pattern>
   125                         <pattern>\.(java|sh)$</pattern>
   157                         <format>relative-path</format>
   126                         <format>relative-path</format>
   158                         <arity>
   127                         <arity>
   159                             <separated-files>,</separated-files>
   128                             <separated-files> </separated-files>
   160                         </arity>
   129                         </arity>
   161                     </context>
   130                     </context>
   162                 </action>
   131                 </action>
   163                 <action name="test">
   132                 <action name="test">
   164                     <target>jtreg</target>
   133                     <target>jtreg</target>
   244                         <location>README</location>
   213                         <location>README</location>
   245                     </source-file>
   214                     </source-file>
   246                 </items>
   215                 </items>
   247                 <context-menu>
   216                 <context-menu>
   248                     <!--
   217                     <!--
   249  Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
   218  This section defines the actions that will appear on the project's context
   250 
       
   251  Redistribution and use in source and binary forms, with or without
       
   252  modification, are permitted provided that the following conditions
       
   253  are met:
       
   254 
       
   255    - Redistributions of source code must retain the above copyright
       
   256      notice, this list of conditions and the following disclaimer.
       
   257 
       
   258    - Redistributions in binary form must reproduce the above copyright
       
   259      notice, this list of conditions and the following disclaimer in the
       
   260      documentation and/or other materials provided with the distribution.
       
   261 
       
   262    - Neither the name of Oracle nor the names of its
       
   263      contributors may be used to endorse or promote products derived
       
   264      from this software without specific prior written permission.
       
   265 
       
   266  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
       
   267  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
       
   268  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
   269  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
       
   270  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       
   271  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       
   272  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       
   273  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       
   274  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       
   275  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       
   276  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   277 -->
       
   278                     <!--
       
   279  This file defines the actions that will appear on the project's context
       
   280  menu, in the Projects viewer.
   219  menu, in the Projects viewer.
   281  It is normally included as an entity into a project's project.xml file.
       
   282 
   220 
   283  For information on these actions, see
   221  For information on these actions, see
   284    - NetBeans: Setting Up Projects
   222    - NetBeans: Setting Up Projects
   285      at http://www.netbeans.org/kb/55/using-netbeans/project_setup.html
   223      at http://www.netbeans.org/kb/55/using-netbeans/project_setup.html
   286    - NetBeans: Advanced Freeform Project Configuration
   224    - NetBeans: Advanced Freeform Project Configuration