1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 |
|
---|
3 | <!--
|
---|
4 | Copyright (c) 2007, Oracle and/or its affiliates. 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 Oracle 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 | <action name="build">
|
---|
35 | <target>build</target>
|
---|
36 | </action>
|
---|
37 | <action name="clean">
|
---|
38 | <target>clean</target>
|
---|
39 | </action>
|
---|
40 | <action name="rebuild">
|
---|
41 | <target>clean</target>
|
---|
42 | <target>build</target>
|
---|
43 | </action>
|
---|
44 | <action name="compile.single">
|
---|
45 | <target>compile-single</target>
|
---|
46 | <property name="srcdir">${root}/src/share/classes</property>
|
---|
47 | <context>
|
---|
48 | <property>includes</property>
|
---|
49 | <folder>${root}/src/share/classes</folder>
|
---|
50 | <pattern>\.java$</pattern>
|
---|
51 | <format>relative-path</format>
|
---|
52 | <arity>
|
---|
53 | <separated-files>,</separated-files>
|
---|
54 | </arity>
|
---|
55 | </context>
|
---|
56 | </action>
|
---|
57 | <action name="compile.single">
|
---|
58 | <target>compile-single</target>
|
---|
59 | <property name="srcdir">${root}/src/solaris/classes</property>
|
---|
60 | <context>
|
---|
61 | <property>includes</property>
|
---|
62 | <folder>${root}/src/solaris/classes</folder>
|
---|
63 | <pattern>\.java$</pattern>
|
---|
64 | <format>relative-path</format>
|
---|
65 | <arity>
|
---|
66 | <separated-files>,</separated-files>
|
---|
67 | </arity>
|
---|
68 | </context>
|
---|
69 | </action>
|
---|
70 | <action name="compile.single">
|
---|
71 | <target>compile-single</target>
|
---|
72 | <property name="srcdir">${root}/src/windows/classes</property>
|
---|
73 | <context>
|
---|
74 | <property>includes</property>
|
---|
75 | <folder>${root}/src/windows/classes</folder>
|
---|
76 | <pattern>\.java$</pattern>
|
---|
77 | <format>relative-path</format>
|
---|
78 | <arity>
|
---|
79 | <separated-files>,</separated-files>
|
---|
80 | </arity>
|
---|
81 | </context>
|
---|
82 | </action>
|
---|
83 | <action name="compile.single">
|
---|
84 | <target>compile-single</target>
|
---|
85 | <property name="srcdir">${root}/src/closed/share/classes</property>
|
---|
86 | <context>
|
---|
87 | <property>includes</property>
|
---|
88 | <folder>${root}/src/closed/share/classes</folder>
|
---|
89 | <pattern>\.java$</pattern>
|
---|
90 | <format>relative-path</format>
|
---|
91 | <arity>
|
---|
92 | <separated-files>,</separated-files>
|
---|
93 | </arity>
|
---|
94 | </context>
|
---|
95 | </action>
|
---|
96 | <action name="test">
|
---|
97 | <target>jtreg-nb</target>
|
---|
98 | </action>
|
---|
99 | <action name="run.single">
|
---|
100 | <target>jtreg-nb</target>
|
---|
101 | <context>
|
---|
102 | <property>jtreg.tests</property>
|
---|
103 | <folder>${root}/test</folder>
|
---|
104 | <pattern>\.(java|sh)$</pattern>
|
---|
105 | <format>relative-path</format>
|
---|
106 | <arity>
|
---|
107 | <separated-files>,</separated-files>
|
---|
108 | </arity>
|
---|
109 | </context>
|
---|
110 | </action>
|
---|
111 | <action name="debug.single">
|
---|
112 | <target>jtreg-debug-nb</target>
|
---|
113 | <context>
|
---|
114 | <property>jtreg.tests</property>
|
---|
115 | <folder>${root}/test</folder>
|
---|
116 | <pattern>\.(java|sh)$</pattern>
|
---|
117 | <format>relative-path</format>
|
---|
118 | <arity>
|
---|
119 | <one-file-only/>
|
---|
120 | </arity>
|
---|
121 | </context>
|
---|
122 | </action>
|
---|
123 | <action name="debug.fix">
|
---|
124 | <target>debug-fix</target>
|
---|
125 | <property name="srcdir">${root}/src/share/classes</property>
|
---|
126 | <context>
|
---|
127 | <property>class</property>
|
---|
128 | <folder>${root}/src/share/classes</folder>
|
---|
129 | <pattern>\.java$</pattern>
|
---|
130 | <format>relative-path-noext</format>
|
---|
131 | <arity>
|
---|
132 | <one-file-only/>
|
---|
133 | </arity>
|
---|
134 | </context>
|
---|
135 | </action>
|
---|
136 | <action name="debug.fix">
|
---|
137 | <target>debug-fix</target>
|
---|
138 | <property name="srcdir">${root}/src/solaris/classes</property>
|
---|
139 | <context>
|
---|
140 | <property>class</property>
|
---|
141 | <folder>${root}/src/solaris/classes</folder>
|
---|
142 | <pattern>\.java$</pattern>
|
---|
143 | <format>relative-path-noext</format>
|
---|
144 | <arity>
|
---|
145 | <one-file-only/>
|
---|
146 | </arity>
|
---|
147 | </context>
|
---|
148 | </action>
|
---|
149 | <action name="debug.fix">
|
---|
150 | <target>debug-fix</target>
|
---|
151 | <property name="srcdir">${root}/src/windows/classes</property>
|
---|
152 | <context>
|
---|
153 | <property>class</property>
|
---|
154 | <folder>${root}/src/windows/classes</folder>
|
---|
155 | <pattern>\.java$</pattern>
|
---|
156 | <format>relative-path-noext</format>
|
---|
157 | <arity>
|
---|
158 | <one-file-only/>
|
---|
159 | </arity>
|
---|
160 | </context>
|
---|
161 | </action>
|
---|
162 | <action name="debug.fix">
|
---|
163 | <target>debug-fix</target>
|
---|
164 | <property name="srcdir">${root}/src/closed/share/classes</property>
|
---|
165 | <context>
|
---|
166 | <property>class</property>
|
---|
167 | <folder>${root}/src/closed/share/classes</folder>
|
---|
168 | <pattern>\.java$</pattern>
|
---|
169 | <format>relative-path-noext</format>
|
---|
170 | <arity>
|
---|
171 | <one-file-only/>
|
---|
172 | </arity>
|
---|
173 | </context>
|
---|
174 | </action>
|
---|
175 | <action name="javadoc">
|
---|
176 | <target>javadoc-nb</target>
|
---|
177 | </action>
|
---|