Skip to content

Commit 7a2dd1a

Browse files
authored
Restore wildcard in ProblemList pattern (#6732)
Inadvertently removed by #6472. Signed-off-by: Keith W. Campbell <[email protected]>
1 parent 04af55d commit 7a2dd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openjdk/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243

244244
<target name="dist" depends="getJtreg, getOpenjdk" description="generate the distribution">
245245
<copy todir="${DEST}">
246-
<fileset dir="${src}" includes="*.xml,**/ProblemList_openjdk${env.JDK_VERSION}.txt,*.mk"/>
246+
<fileset dir="${src}" includes="*.xml,**/ProblemList_openjdk${env.JDK_VERSION}*.txt,*.mk"/>
247247
</copy>
248248
</target>
249249

0 commit comments

Comments
 (0)