File tree 2 files changed +24
-37
lines changed
liferay-workspace-with-devstudio
2 files changed +24
-37
lines changed Original file line number Diff line number Diff line change 95
95
<isTrue value =" ${clitools}" />
96
96
</conditionRuleList >
97
97
</if >
98
- <if >
99
- <actionList >
100
- <setInstallerVariable name =" extraArgumentForJdk17" value =" --add-opens java.prefs/java.util.prefs=ALL-UNNAMED" />
101
- </actionList >
102
- <ruleList >
103
- <compareValues >
104
- <logic >equals</logic >
105
- <value1 >${java_version}</value1 >
106
- <value2 >17</value2 >
107
- </compareValues >
108
- </ruleList >
109
- <elseActionList >
110
- <setInstallerVariable name =" extraArgumentForJdk17" value =" " />
111
- </elseActionList >
112
- </if >
113
98
<if >
114
99
<actionList >
115
100
<if >
@@ -424,6 +409,21 @@ ${java_executable}
424
409
</if >
425
410
</elseActionList >
426
411
</if >
412
+ <if >
413
+ <actionList >
414
+ <setInstallerVariable name =" extraArgumentForJdk17" value =" --add-opens java.prefs/java.util.prefs=ALL-UNNAMED" />
415
+ </actionList >
416
+ <conditionRuleList >
417
+ <compareText >
418
+ <logic >contains</logic >
419
+ <text >${java_version}</text >
420
+ <value >17</value >
421
+ </compareText >
422
+ </conditionRuleList >
423
+ <elseActionList >
424
+ <setInstallerVariable name =" extraArgumentForJdk17" value =" " />
425
+ </elseActionList >
426
+ </if >
427
427
<if >
428
428
<actionList >
429
429
<include >
Original file line number Diff line number Diff line change 240
240
</if >
241
241
</elseActionList >
242
242
</if >
243
+ <pathManipulation >
244
+ <action >nativeAbsolutize</action >
245
+ <path >${java_executable}/..</path >
246
+ <variable >java_bin_dir</variable >
247
+ </pathManipulation >
243
248
<if >
244
249
<actionList >
245
- <setInstallerVariable name =" extraArgumentForJdk17" value =" --add-opens java.prefs/java.util.prefs=ALL-UNNAMED" />
250
+ <setInstallerVariable name =" extraArgumentForJdk17" value =" --add-opens java.prefs/java.util.prefs=ALL-UNNAMED" />
246
251
</actionList >
247
252
<conditionRuleList >
248
253
<compareText >
249
- <logic >equals</logic >
250
- <nocase >1</nocase >
254
+ <logic >contains</logic >
251
255
<text >${java_version}</text >
252
256
<value >17</value >
253
257
</compareText >
254
258
</conditionRuleList >
255
259
<elseActionList >
256
- <if >
257
- <actionList >
258
- <setInstallerVariable name =" extraArgumentForJdk17" value =" " />
259
- </actionList >
260
- <conditionRuleList >
261
- <compareText >
262
- <logic >contains</logic >
263
- <nocase >1</nocase >
264
- <text >${java_version}</text >
265
- <value >17</value >
266
- </compareText >
267
- </conditionRuleList >
268
- </if >
260
+ <setInstallerVariable name =" extraArgumentForJdk17" value =" " />
269
261
</elseActionList >
270
- </if >
271
- <pathManipulation >
272
- <action >nativeAbsolutize</action >
273
- <path >${java_executable}/..</path >
274
- <variable >java_bin_dir</variable >
275
- </pathManipulation >
262
+ </if >
276
263
<include >
277
264
<file >../components/run-java-jpm-win.xml</file >
278
265
</include >
You can’t perform that action at this time.
0 commit comments