Skip to content

Commit 5eb0733

Browse files
committed
8344383: Include ZipArchive and JarArchive directly
Reviewed-by: shade
1 parent b8b70c8 commit 5eb0733

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

make/ZipSecurity.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,7 @@ default: all
2727

2828
include $(SPEC)
2929
include MakeBase.gmk
30-
include JavaCompilation.gmk
30+
include ZipArchive.gmk
3131

3232
################################################################################
3333
#

make/ZipSource.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -27,8 +27,8 @@ default: all
2727

2828
include $(SPEC)
2929
include MakeBase.gmk
30-
include JavaCompilation.gmk
3130
include Modules.gmk
31+
include ZipArchive.gmk
3232

3333
SRC_ZIP_WORK_DIR := $(SUPPORT_OUTPUTDIR)/src
3434
$(if $(filter $(TOPDIR)/%, $(SUPPORT_OUTPUTDIR)), $(eval SRC_ZIP_BASE := $(TOPDIR)), $(eval SRC_ZIP_BASE := $(SUPPORT_OUTPUTDIR)))

make/test/BuildMicrobenchmark.gmk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ include $(SPEC)
3030
include MakeBase.gmk
3131

3232
include CopyFiles.gmk
33+
include JarArchive.gmk
3334
include JavaCompilation.gmk
3435
include TestFilesCompilation.gmk
3536

0 commit comments

Comments
 (0)