make/jdk/netbeans/common/standard-bindings.ent
author mgronlun
Thu, 07 Nov 2019 15:56:56 +0100
changeset 58967 3c2e49d43ba3
parent 47216 71c04702a3d5
permissions -rw-r--r--
8232905: JFR fails with assertion: assert(t->unflushed_size() == 0) failed: invariant Reviewed-by: egahlin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<!--
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     4
 Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 Redistribution and use in source and binary forms, with or without
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 modification, are permitted provided that the following conditions
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 are met:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
   - Redistributions of source code must retain the above copyright
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
     notice, this list of conditions and the following disclaimer.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
   - Redistributions in binary form must reproduce the above copyright
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
     notice, this list of conditions and the following disclaimer in the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
     documentation and/or other materials provided with the distribution.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    17
   - Neither the name of Oracle nor the names of its
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
     contributors may be used to endorse or promote products derived
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
     from this software without specific prior written permission.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
-->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
<action name="build">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
    <target>build</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
<action name="clean">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
    <target>clean</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
<action name="rebuild">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
    <target>clean</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
    <target>build</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
<action name="compile.single">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
    <target>compile-single</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
    <property name="srcdir">${root}/src/share/classes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
        <property>includes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
        <folder>${root}/src/share/classes</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
        <format>relative-path</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
            <separated-files>,</separated-files>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
<action name="compile.single">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
    <target>compile-single</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
    <property name="srcdir">${root}/src/solaris/classes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
        <property>includes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
        <folder>${root}/src/solaris/classes</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
        <format>relative-path</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
            <separated-files>,</separated-files>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
<action name="compile.single">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
    <target>compile-single</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
    <property name="srcdir">${root}/src/windows/classes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
        <property>includes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
        <folder>${root}/src/windows/classes</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
        <format>relative-path</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
            <separated-files>,</separated-files>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
<action name="compile.single">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
    <target>compile-single</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    <property name="srcdir">${root}/src/closed/share/classes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
        <property>includes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
        <folder>${root}/src/closed/share/classes</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
        <format>relative-path</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
            <separated-files>,</separated-files>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
<action name="test">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
    <target>jtreg-nb</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
<action name="run.single">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
    <target>jtreg-nb</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        <property>jtreg.tests</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
        <folder>${root}/test</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
        <pattern>\.(java|sh)$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        <format>relative-path</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
            <separated-files>,</separated-files>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
<action name="debug.single">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
    <target>jtreg-debug-nb</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
        <property>jtreg.tests</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
        <folder>${root}/test</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
        <pattern>\.(java|sh)$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
        <format>relative-path</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
            <one-file-only/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
<action name="debug.fix">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
    <target>debug-fix</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
    <property name="srcdir">${root}/src/share/classes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
        <property>class</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
        <folder>${root}/src/share/classes</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
        <format>relative-path-noext</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
            <one-file-only/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
<action name="debug.fix">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
    <target>debug-fix</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
    <property name="srcdir">${root}/src/solaris/classes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
        <property>class</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
        <folder>${root}/src/solaris/classes</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
        <format>relative-path-noext</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
            <one-file-only/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
<action name="debug.fix">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
    <target>debug-fix</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
    <property name="srcdir">${root}/src/windows/classes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
        <property>class</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
        <folder>${root}/src/windows/classes</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
        <format>relative-path-noext</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
            <one-file-only/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
<action name="debug.fix">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
    <target>debug-fix</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
    <property name="srcdir">${root}/src/closed/share/classes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
        <property>class</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
        <folder>${root}/src/closed/share/classes</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
        <format>relative-path-noext</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
            <one-file-only/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
</action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
<action name="javadoc">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
    <target>javadoc-nb</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
</action>