From a805b35073f97ea132d5a4804462bb1aca5dd43d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 7 Jan 2024 00:54:53 -0800 Subject: [PATCH 1/3] Updated copyright --- .idea/copyright/Apache_License.xml | 4 ++-- src/main/java/rife/bld/extension/AbstractBootOperation.java | 2 +- src/main/java/rife/bld/extension/BootManifestAttribute.java | 2 +- src/main/java/rife/bld/extension/BootUtils.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/copyright/Apache_License.xml b/.idea/copyright/Apache_License.xml index 15687f4..ade80da 100644 --- a/.idea/copyright/Apache_License.xml +++ b/.idea/copyright/Apache_License.xml @@ -1,6 +1,6 @@ - - \ No newline at end of file + diff --git a/src/main/java/rife/bld/extension/AbstractBootOperation.java b/src/main/java/rife/bld/extension/AbstractBootOperation.java index 4510821..4709c5f 100644 --- a/src/main/java/rife/bld/extension/AbstractBootOperation.java +++ b/src/main/java/rife/bld/extension/AbstractBootOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2023-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/rife/bld/extension/BootManifestAttribute.java b/src/main/java/rife/bld/extension/BootManifestAttribute.java index 15b5cfc..beac96d 100644 --- a/src/main/java/rife/bld/extension/BootManifestAttribute.java +++ b/src/main/java/rife/bld/extension/BootManifestAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2023-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/rife/bld/extension/BootUtils.java b/src/main/java/rife/bld/extension/BootUtils.java index 4959c2a..dfdfee9 100644 --- a/src/main/java/rife/bld/extension/BootUtils.java +++ b/src/main/java/rife/bld/extension/BootUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2023-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From 17de9a8026461e5ec1d7a317f764ca1abd2e66eb Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 7 Jan 2024 00:56:10 -0800 Subject: [PATCH 2/3] Added WEB-INF/lib-provided support --- .idea/libraries/bld.xml | 4 +-- examples/.idea/misc.xml | 7 +++++ examples/lib/bld/bld-wrapper.properties | 2 +- lib/bld/bld-wrapper.properties | 2 +- .../rife/bld/extension/SpringBootBuild.java | 8 +++--- .../rife/bld/extension/BootJarOperation.java | 22 ++++++++++++++-- .../rife/bld/extension/BootWarOperation.java | 26 +++++++++++++++---- .../bld/extension/BootJarOperationTest.java | 6 ++--- 8 files changed, 59 insertions(+), 18 deletions(-) diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index be6063a..f74ec7f 100644 --- a/.idea/libraries/bld.xml +++ b/.idea/libraries/bld.xml @@ -2,12 +2,12 @@ - + - + diff --git a/examples/.idea/misc.xml b/examples/.idea/misc.xml index 53b6f53..fdc3b6b 100644 --- a/examples/.idea/misc.xml +++ b/examples/.idea/misc.xml @@ -1,4 +1,10 @@ + + + + + +