Skip to content

Commit 86014be

Browse files
authored
Remove unused 3rd party jars in tests (#4843)
- Remove unused 3rd party jars in tests Signed-off-by: LongyuZhang <[email protected]>
1 parent 5d12119 commit 86014be

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

openjdk/build.xml

-14
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,6 @@
5454
<property name="jtregTar" value="jtreg_6_1"/>
5555
</then>
5656
</elseif>
57-
<elseif>
58-
<!-- versions 18, 19 -->
59-
<matches pattern="^1[89]$" string="${JDK_VERSION}"/>
60-
<then>
61-
<property name="jtregTar" value="jtreg_6_1_1"/>
62-
</then>
63-
</elseif>
64-
<elseif>
65-
<!-- version 20 -->
66-
<matches pattern="^20$" string="${JDK_VERSION}"/>
67-
<then>
68-
<property name="jtregTar" value="jtreg_7_1_1_1"/>
69-
</then>
70-
</elseif>
7157
<elseif>
7258
<!-- version 21, 22 -->
7359
<matches pattern="^2[12]$" string="${JDK_VERSION}"/>

0 commit comments

Comments
 (0)