From 48a745734533d42e2d9e7b9d04d08cbe8ee1b62c Mon Sep 17 00:00:00 2001 From: ramverma Date: Thu, 7 Feb 2019 12:02:07 +0000 Subject: Fix docker build in policy/distribution policyLoger.properties file was removed as part of moving to slf4j for logging. But the assembly.xml file was still refering to it. Since the file was not there the /bin directory was missing from the created package. Resulting in docker builds failing. Change-Id: Ia800c949d180d592aa0adb6cf61773b37329be48 Issue-ID: POLICY-1346 Signed-off-by: ramverma --- .../src/main/package/tarball/assembly.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml') diff --git a/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml b/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml index 351fe7e3..af3d5774 100644 --- a/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml +++ b/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml @@ -36,14 +36,6 @@ - - ${project.basedir}/src/main/resources - - policyLogger.properties - - /bin/config - unix - ${project.basedir}/src/main/resources/etc -- cgit 1.2.3-korg