From 972fd705a0b5a3befcab0a59bc55badfddc1416b Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Mon, 2 Apr 2018 17:23:47 -0500 Subject: installation enhancements The following changes aim to have a quicker start of the drools container: 1. For both amsterdam (and the experimental beijing) controllers dependencies are pre-installed, so the loading of 3rd party dependencies are faster. 2. Further enhancements in installation. 3. Make sure that the naming of the generated control loop artifacts have a "control loop" label associated with it, so in the future, if other applications are added (non control loop related) do not conflict and is clear. Change-Id: Iecb84d186fcc34069aa5c4a175a8a4521b38499d Issue-ID: POLICY-534 Signed-off-by: Jorge Hernandez --- .../src/main/resources/META-INF/kmodule.xml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 controlloop/common/controller-beijing/src/main/resources/META-INF/kmodule.xml (limited to 'controlloop/common/controller-beijing/src/main/resources/META-INF/kmodule.xml') diff --git a/controlloop/common/controller-beijing/src/main/resources/META-INF/kmodule.xml b/controlloop/common/controller-beijing/src/main/resources/META-INF/kmodule.xml new file mode 100644 index 000000000..fb96d70fd --- /dev/null +++ b/controlloop/common/controller-beijing/src/main/resources/META-INF/kmodule.xml @@ -0,0 +1,25 @@ + + + + + + + -- cgit 1.2.3-korg