standard-bindings.ent revision 2362
430N/A<?xml version="1.0" encoding="UTF-8"?>
430N/A
430N/A<!--
430N/A Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
430N/A
430N/A Redistribution and use in source and binary forms, with or without
430N/A modification, are permitted provided that the following conditions
430N/A are met:
430N/A
430N/A - Redistributions of source code must retain the above copyright
430N/A notice, this list of conditions and the following disclaimer.
430N/A
430N/A - Redistributions in binary form must reproduce the above copyright
430N/A notice, this list of conditions and the following disclaimer in the
430N/A documentation and/or other materials provided with the distribution.
430N/A
430N/A - Neither the name of Oracle nor the names of its
430N/A contributors may be used to endorse or promote products derived
430N/A from this software without specific prior written permission.
430N/A
430N/A THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
430N/A IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
430N/A THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
430N/A PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
430N/A CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
430N/A EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
430N/A PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
430N/A PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
430N/A LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
430N/A NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
430N/A SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
430N/A-->
430N/A
430N/A<action name="build">
<target>build</target>
</action>
<action name="clean">
<target>clean</target>
</action>
<action name="rebuild">
<target>clean</target>
<target>build</target>
</action>
<action name="compile.single">
<target>compile-single</target>
<property name="srcdir">${root}/src/share/classes</property>
<context>
<property>includes</property>
<folder>${root}/src/share/classes</folder>
<pattern>\.java$</pattern>
<format>relative-path</format>
<arity>
<separated-files>,</separated-files>
</arity>
</context>
</action>
<action name="compile.single">
<target>compile-single</target>
<property name="srcdir">${root}/src/solaris/classes</property>
<context>
<property>includes</property>
<folder>${root}/src/solaris/classes</folder>
<pattern>\.java$</pattern>
<format>relative-path</format>
<arity>
<separated-files>,</separated-files>
</arity>
</context>
</action>
<action name="compile.single">
<target>compile-single</target>
<property name="srcdir">${root}/src/windows/classes</property>
<context>
<property>includes</property>
<folder>${root}/src/windows/classes</folder>
<pattern>\.java$</pattern>
<format>relative-path</format>
<arity>
<separated-files>,</separated-files>
</arity>
</context>
</action>
<action name="compile.single">
<target>compile-single</target>
<property name="srcdir">${root}/src/closed/share/classes</property>
<context>
<property>includes</property>
<folder>${root}/src/closed/share/classes</folder>
<pattern>\.java$</pattern>
<format>relative-path</format>
<arity>
<separated-files>,</separated-files>
</arity>
</context>
</action>
<action name="test">
<target>jtreg-nb</target>
</action>
<action name="run.single">
<target>jtreg-nb</target>
<context>
<property>jtreg.tests</property>
<folder>${root}/test</folder>
<pattern>\.(java|sh)$</pattern>
<format>relative-path</format>
<arity>
<separated-files>,</separated-files>
</arity>
</context>
</action>
<action name="debug.single">
<target>jtreg-debug-nb</target>
<context>
<property>jtreg.tests</property>
<folder>${root}/test</folder>
<pattern>\.(java|sh)$</pattern>
<format>relative-path</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
<action name="debug.fix">
<target>debug-fix</target>
<property name="srcdir">${root}/src/share/classes</property>
<context>
<property>class</property>
<folder>${root}/src/share/classes</folder>
<pattern>\.java$</pattern>
<format>relative-path-noext</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
<action name="debug.fix">
<target>debug-fix</target>
<property name="srcdir">${root}/src/solaris/classes</property>
<context>
<property>class</property>
<folder>${root}/src/solaris/classes</folder>
<pattern>\.java$</pattern>
<format>relative-path-noext</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
<action name="debug.fix">
<target>debug-fix</target>
<property name="srcdir">${root}/src/windows/classes</property>
<context>
<property>class</property>
<folder>${root}/src/windows/classes</folder>
<pattern>\.java$</pattern>
<format>relative-path-noext</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
<action name="debug.fix">
<target>debug-fix</target>
<property name="srcdir">${root}/src/closed/share/classes</property>
<context>
<property>class</property>
<folder>${root}/src/closed/share/classes</folder>
<pattern>\.java$</pattern>
<format>relative-path-noext</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
<action name="javadoc">
<target>javadoc-nb</target>
</action>