author | vromero |
Tue, 19 Nov 2013 23:35:43 +0000 | |
changeset 21889 | 7c3939a495ab |
parent 20897 | d1c840eec41d |
permissions | -rw-r--r-- |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
1 |
# |
20028
93c4cdf60be2
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents:
14342
diff
changeset
|
2 |
# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
4 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
10 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
15 |
# accompanied this code). |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
16 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
20 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
23 |
# questions. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
24 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
25 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
26 |
# Properties for jprt |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
27 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
28 |
# Release to build for |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
29 |
jprt.tools.default.release=jdk8 |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
30 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
31 |
# The different build flavors we want, we override here so we just get these 2 |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
32 |
jprt.build.flavors=product,fastdebug |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
33 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
34 |
# Standard list of jprt build targets for this source tree |
20547 | 35 |
jprt.build.targets= \ |
36 |
solaris_sparcv9_5.10-{product|fastdebug}, \ |
|
37 |
solaris_x64_5.10-{product|fastdebug}, \ |
|
38 |
linux_i586_2.6-{product|fastdebug}, \ |
|
39 |
linux_x64_2.6-{product|fastdebug}, \ |
|
40 |
windows_i586_6.1-{product|fastdebug}, \ |
|
20028
93c4cdf60be2
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents:
14342
diff
changeset
|
41 |
windows_x64_6.1-{product|fastdebug} |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
42 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
43 |
# User can select the test set with jprt submit "-testset name" option |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
44 |
jprt.my.test.set=${jprt.test.set} |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
45 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
46 |
# Standard vm test target |
20547 | 47 |
jprt.vm.default.test.targets= \ |
48 |
solaris_sparcv9_5.10-product-c2-jvm98, \ |
|
49 |
solaris_x64_5.10-product-c2-jvm98, \ |
|
50 |
linux_i586_2.6-product-{c1|c2}-jvm98, \ |
|
51 |
linux_x64_2.6-product-c2-jvm98, \ |
|
52 |
windows_i586_6.1-product-c1-jvm98, \ |
|
20028
93c4cdf60be2
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents:
14342
diff
changeset
|
53 |
windows_x64_6.1-product-c2-jvm98 |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
54 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
55 |
# Select vm testlist to use (allow for testset to be empty too) |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
56 |
jprt.vm.all.test.targets=${jprt.vm.default.test.targets} |
20547 | 57 |
jprt.vm..test.targets=${jprt.vm.default.test.targets} |
58 |
jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets} |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
59 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
60 |
# Default jdk test targets in test/Makefile (no fastdebug & limited c2) |
20547 | 61 |
jprt.make.rule.default.test.targets= \ |
62 |
\ |
|
63 |
solaris_sparcv9_5.10-product-c2-jdk_beans1, \ |
|
64 |
solaris_x64_5.10-product-c2-jdk_beans1, \ |
|
65 |
linux_i586_2.6-product-{c1|c2}-jdk_beans1, \ |
|
66 |
linux_x64_2.6-product-c2-jdk_beans1, \ |
|
67 |
windows_i586_6.1-product-c1-jdk_beans1, \ |
|
68 |
windows_x64_6.1-product-c2-jdk_beans1, \ |
|
69 |
\ |
|
70 |
solaris_sparcv9_5.10-product-c2-jdk_io, \ |
|
71 |
solaris_x64_5.10-product-c2-jdk_io, \ |
|
72 |
linux_i586_2.6-product-{c1|c2}-jdk_io, \ |
|
73 |
linux_x64_2.6-product-c2-jdk_io, \ |
|
74 |
windows_i586_6.1-product-c1-jdk_io, \ |
|
75 |
windows_x64_6.1-product-c2-jdk_io, \ |
|
76 |
\ |
|
77 |
solaris_sparcv9_5.10-product-c2-jdk_lang, \ |
|
78 |
solaris_x64_5.10-product-c2-jdk_lang, \ |
|
79 |
linux_i586_2.6-product-{c1|c2}-jdk_lang, \ |
|
80 |
linux_x64_2.6-product-c2-jdk_lang, \ |
|
81 |
windows_i586_6.1-product-c1-jdk_lang, \ |
|
82 |
windows_x64_6.1-product-c2-jdk_lang, \ |
|
83 |
\ |
|
84 |
solaris_sparcv9_5.10-product-c2-jdk_math, \ |
|
85 |
solaris_x64_5.10-product-c2-jdk_math, \ |
|
86 |
linux_i586_2.6-product-{c1|c2}-jdk_math, \ |
|
87 |
linux_x64_2.6-product-c2-jdk_math, \ |
|
88 |
windows_i586_6.1-product-c1-jdk_math, \ |
|
89 |
windows_x64_6.1-product-c2-jdk_math, \ |
|
90 |
\ |
|
91 |
solaris_sparcv9_5.10-product-c2-jdk_misc, \ |
|
92 |
solaris_x64_5.10-product-c2-jdk_misc, \ |
|
93 |
linux_i586_2.6-product-{c1|c2}-jdk_misc, \ |
|
94 |
linux_x64_2.6-product-c2-jdk_misc, \ |
|
95 |
windows_i586_6.1-product-c1-jdk_misc, \ |
|
96 |
windows_x64_6.1-product-c2-jdk_misc, \ |
|
97 |
\ |
|
98 |
solaris_sparcv9_5.10-product-c2-jdk_net, \ |
|
99 |
solaris_x64_5.10-product-c2-jdk_net, \ |
|
100 |
linux_i586_2.6-product-{c1|c2}-jdk_net, \ |
|
101 |
linux_x64_2.6-product-c2-jdk_net, \ |
|
102 |
windows_i586_6.1-product-c1-jdk_net, \ |
|
103 |
windows_x64_6.1-product-c2-jdk_net, \ |
|
104 |
\ |
|
105 |
solaris_sparcv9_5.10-product-c2-jdk_nio1, \ |
|
106 |
solaris_x64_5.10-product-c2-jdk_nio1, \ |
|
107 |
linux_i586_2.6-product-{c1|c2}-jdk_nio1, \ |
|
108 |
linux_x64_2.6-product-c2-jdk_nio1, \ |
|
109 |
windows_i586_6.1-product-c1-jdk_nio1, \ |
|
110 |
windows_x64_6.1-product-c2-jdk_nio1, \ |
|
111 |
\ |
|
112 |
solaris_sparcv9_5.10-product-c2-jdk_nio2, \ |
|
113 |
solaris_x64_5.10-product-c2-jdk_nio2, \ |
|
114 |
linux_i586_2.6-product-{c1|c2}-jdk_nio2, \ |
|
115 |
linux_x64_2.6-product-c2-jdk_nio2, \ |
|
116 |
windows_i586_6.1-product-c1-jdk_nio2, \ |
|
117 |
windows_x64_6.1-product-c2-jdk_nio2, \ |
|
118 |
\ |
|
119 |
solaris_sparcv9_5.10-product-c2-jdk_nio3, \ |
|
120 |
solaris_x64_5.10-product-c2-jdk_nio3, \ |
|
121 |
linux_i586_2.6-product-{c1|c2}-jdk_nio3, \ |
|
122 |
linux_x64_2.6-product-c2-jdk_nio3, \ |
|
123 |
windows_i586_6.1-product-c1-jdk_nio3, \ |
|
124 |
windows_x64_6.1-product-c2-jdk_nio3, \ |
|
125 |
\ |
|
126 |
solaris_sparcv9_5.10-product-c2-jdk_security1, \ |
|
127 |
solaris_x64_5.10-product-c2-jdk_security1, \ |
|
128 |
linux_i586_2.6-product-{c1|c2}-jdk_security1, \ |
|
129 |
linux_x64_2.6-product-c2-jdk_security1, \ |
|
130 |
windows_i586_6.1-product-c1-jdk_security1, \ |
|
131 |
windows_x64_6.1-product-c2-jdk_security1, \ |
|
132 |
\ |
|
133 |
solaris_sparcv9_5.10-product-c2-jdk_text, \ |
|
134 |
solaris_x64_5.10-product-c2-jdk_text, \ |
|
135 |
linux_i586_2.6-product-{c1|c2}-jdk_text, \ |
|
136 |
linux_x64_2.6-product-c2-jdk_text, \ |
|
137 |
windows_i586_6.1-product-c1-jdk_text, \ |
|
138 |
windows_x64_6.1-product-c2-jdk_text, \ |
|
139 |
\ |
|
140 |
solaris_sparcv9_5.10-product-c2-jdk_tools1, \ |
|
141 |
solaris_x64_5.10-product-c2-jdk_tools1, \ |
|
142 |
linux_i586_2.6-product-{c1|c2}-jdk_tools1, \ |
|
143 |
linux_x64_2.6-product-c2-jdk_tools1, \ |
|
144 |
windows_i586_6.1-product-c1-jdk_tools1, \ |
|
145 |
windows_x64_6.1-product-c2-jdk_tools1, \ |
|
146 |
\ |
|
147 |
solaris_sparcv9_5.10-product-c2-jdk_util, \ |
|
148 |
solaris_x64_5.10-product-c2-jdk_util, \ |
|
149 |
linux_i586_2.6-product-{c1|c2}-jdk_util, \ |
|
150 |
linux_x64_2.6-product-c2-jdk_util, \ |
|
151 |
windows_i586_6.1-product-c1-jdk_util, \ |
|
20028
93c4cdf60be2
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents:
14342
diff
changeset
|
152 |
windows_x64_6.1-product-c2-jdk_util |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
153 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
154 |
# All jdk test targets in test/Makefile (still no fastdebug & limited c2) |
20547 | 155 |
jprt.make.rule.all.test.targets= \ |
156 |
\ |
|
157 |
${jprt.make.rule.default.test.targets}, \ |
|
158 |
\ |
|
159 |
solaris_sparcv9_5.10-product-c2-jdk_awt, \ |
|
160 |
solaris_x64_5.10-product-c2-jdk_awt, \ |
|
161 |
linux_i586_2.6-product-{c1|c2}-jdk_awt, \ |
|
162 |
linux_x64_2.6-product-c2-jdk_awt, \ |
|
163 |
windows_i586_6.1-product-c1-jdk_awt, \ |
|
164 |
windows_x64_6.1-product-c2-jdk_awt, \ |
|
165 |
\ |
|
166 |
solaris_sparcv9_5.10-product-c2-jdk_beans2, \ |
|
167 |
solaris_x64_5.10-product-c2-jdk_beans2, \ |
|
168 |
linux_i586_2.6-product-{c1|c2}-jdk_beans2, \ |
|
169 |
linux_x64_2.6-product-c2-jdk_beans2, \ |
|
170 |
windows_i586_6.1-product-c1-jdk_beans2, \ |
|
171 |
windows_x64_6.1-product-c2-jdk_beans2, \ |
|
172 |
\ |
|
173 |
solaris_sparcv9_5.10-product-c2-jdk_beans3, \ |
|
174 |
solaris_x64_5.10-product-c2-jdk_beans3, \ |
|
175 |
linux_i586_2.6-product-{c1|c2}-jdk_beans3, \ |
|
176 |
linux_x64_2.6-product-c2-jdk_beans3, \ |
|
177 |
windows_i586_6.1-product-c1-jdk_beans3, \ |
|
178 |
windows_x64_6.1-product-c2-jdk_beans3, \ |
|
179 |
\ |
|
180 |
solaris_sparcv9_5.10-product-c2-jdk_management1, \ |
|
181 |
solaris_x64_5.10-product-c2-jdk_management1, \ |
|
182 |
linux_i586_2.6-product-{c1|c2}-jdk_management1, \ |
|
183 |
linux_x64_2.6-product-c2-jdk_management1, \ |
|
184 |
windows_i586_6.1-product-c1-jdk_management1, \ |
|
185 |
windows_x64_6.1-product-c2-jdk_management1, \ |
|
186 |
\ |
|
187 |
solaris_sparcv9_5.10-product-c2-jdk_management2, \ |
|
188 |
solaris_x64_5.10-product-c2-jdk_management2, \ |
|
189 |
linux_i586_2.6-product-{c1|c2}-jdk_management2, \ |
|
190 |
linux_x64_2.6-product-c2-jdk_management2, \ |
|
191 |
windows_i586_6.1-product-c1-jdk_management2, \ |
|
192 |
windows_x64_6.1-product-c2-jdk_management2, \ |
|
193 |
\ |
|
194 |
solaris_sparcv9_5.10-product-c2-jdk_rmi, \ |
|
195 |
solaris_x64_5.10-product-c2-jdk_rmi, \ |
|
196 |
linux_i586_2.6-product-{c1|c2}-jdk_rmi, \ |
|
197 |
linux_x64_2.6-product-c2-jdk_rmi, \ |
|
198 |
windows_i586_6.1-product-c1-jdk_rmi, \ |
|
199 |
windows_x64_6.1-product-c2-jdk_rmi, \ |
|
200 |
\ |
|
201 |
solaris_sparcv9_5.10-product-c2-jdk_security2, \ |
|
202 |
solaris_x64_5.10-product-c2-jdk_security2, \ |
|
203 |
linux_i586_2.6-product-{c1|c2}-jdk_security2, \ |
|
204 |
linux_x64_2.6-product-c2-jdk_security2, \ |
|
205 |
windows_i586_6.1-product-c1-jdk_security2, \ |
|
206 |
windows_x64_6.1-product-c2-jdk_security2, \ |
|
207 |
\ |
|
208 |
solaris_sparcv9_5.10-product-c2-jdk_security3, \ |
|
209 |
solaris_x64_5.10-product-c2-jdk_security3, \ |
|
210 |
linux_i586_2.6-product-{c1|c2}-jdk_security3, \ |
|
211 |
linux_x64_2.6-product-c2-jdk_security3, \ |
|
212 |
windows_i586_6.1-product-c1-jdk_security3, \ |
|
213 |
windows_x64_6.1-product-c2-jdk_security3, \ |
|
214 |
\ |
|
215 |
solaris_sparcv9_5.10-product-c2-jdk_sound, \ |
|
216 |
solaris_x64_5.10-product-c2-jdk_sound, \ |
|
217 |
linux_i586_2.6-product-{c1|c2}-jdk_sound, \ |
|
218 |
linux_x64_2.6-product-c2-jdk_sound, \ |
|
219 |
windows_i586_6.1-product-c1-jdk_sound, \ |
|
220 |
windows_x64_6.1-product-c2-jdk_sound, \ |
|
221 |
\ |
|
222 |
solaris_sparcv9_5.10-product-c2-jdk_swing, \ |
|
223 |
solaris_x64_5.10-product-c2-jdk_swing, \ |
|
224 |
linux_i586_2.6-product-{c1|c2}-jdk_swing, \ |
|
225 |
linux_x64_2.6-product-c2-jdk_swing, \ |
|
226 |
windows_i586_6.1-product-c1-jdk_swing, \ |
|
227 |
windows_x64_6.1-product-c2-jdk_swing, \ |
|
228 |
\ |
|
229 |
solaris_sparcv9_5.10-product-c2-jdk_tools2, \ |
|
230 |
solaris_x64_5.10-product-c2-jdk_tools2, \ |
|
231 |
linux_i586_2.6-product-{c1|c2}-jdk_tools2, \ |
|
232 |
linux_x64_2.6-product-c2-jdk_tools2, \ |
|
233 |
windows_i586_6.1-product-c1-jdk_tools2, \ |
|
20028
93c4cdf60be2
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents:
14342
diff
changeset
|
234 |
windows_x64_6.1-product-c2-jdk_tools2 |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
235 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
236 |
# JCK test targets in test/Makefile (no fastdebug & limited c2, windows broken) |
20547 | 237 |
jprt.my.jck.test.target.set= \ |
238 |
solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \ |
|
239 |
solaris_x64_5.10-product-c2-JCK7TESTRULE, \ |
|
240 |
linux_i586_2.6-product-c1-JCK7TESTRULE, \ |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
241 |
linux_x64_2.6-product-c2-JCK7TESTRULE |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
242 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
243 |
# JCK testset targets (e.g. jprt submit -testset jck ... ) |
20547 | 244 |
jprt.make.rule.jck.test.targets= \ |
245 |
${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools}, \ |
|
246 |
${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime}, \ |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
247 |
${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler} |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
248 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
249 |
# Select list to use (allow for testset to be empty too) |
20547 | 250 |
jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets} |
251 |
jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets} |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
252 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
253 |
# Directories to be excluded from the source bundles |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
254 |
jprt.bundle.exclude.src.dirs=build dist webrev |