From c78c41ab353ef8b6191fa07b3779baff5b53c2b6 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 25 Apr 2018 16:40:23 -0700 Subject: [PATCH] Fix missing aaf config file One place was left out during the last commit. Change-Id: I2584928993b9c2373a1443441fd9538f81c94233 Signed-off-by: Patrick Brady Issue-ID: APPC-404 --- installation/appc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index efaed22..3d2689a 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -355,7 +355,7 @@ limitations under the License. *.dump *.sh *.cfg - *.ini + *.xml false -- 2.16.6