From 17de9a8026461e5ec1d7a317f764ca1abd2e66eb Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 7 Jan 2024 00:56:10 -0800 Subject: [PATCH] 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 @@ + + + + + +