From 19d012332593865de34b28a7403d6b8a56b069e9 Mon Sep 17 00:00:00 2001 From: John Gasper Date: Mon, 12 Feb 2018 14:42:47 -0800 Subject: [PATCH] Patched version --- container_files/grouper.installer.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/container_files/grouper.installer.properties b/container_files/grouper.installer.properties index c8f4095..265c63e 100644 --- a/container_files/grouper.installer.properties +++ b/container_files/grouper.installer.properties @@ -14,6 +14,10 @@ grouperInstaller.default.installOrUpgrade = install ## ############################## +grouperInstaller.autorun.installAllPatches = false +grouperInstaller.autorun.installPatchesUpToACertainPatchLevel = true +grouperInstaller.autorun.installPatchesUpToThesePatchLevels = grouper_v2_3_0_api_patch_91,grouper_v2_3_0_ui_patch_40,grouper_v2_3_0_ws_patch_11,grouper_v2_3_0_pspng_patch_16 + #### set this to true to try to use defaults for everything. Only things without default values will need to be set grouperInstaller.autorun.useDefaultsAsMuchAsAvailable = true ########## AUTORUN PROPERTIES WITH NO DEFAULT OR ARE COMMONLY CHANGED