From e86e05b78cf444e4020ffd310b9519730891e128 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 20 Sep 2017 15:11:18 -0400 Subject: Fix platform logic installation Platform logic on SDNC should install the CCSDK platform logic package merged with the graphs for SDNC. Instead, it was overwriting CCSDK package and installing only local SDNC version. Change-Id: Iada6779b942ff608987486bd10fed9f147018f74 Issue-ID: SDNC-96 Signed-off-by: Dan Timoney Former-commit-id: 048b31a4b390ff4a749c4d8e7dcd271f12da177e --- .../installer/src/assembly/assemble_zip.xml | 34 ++++------------------ 1 file changed, 6 insertions(+), 28 deletions(-) (limited to 'platform-logic/installer/src/assembly') diff --git a/platform-logic/installer/src/assembly/assemble_zip.xml b/platform-logic/installer/src/assembly/assemble_zip.xml index 46a8b610..40d12f38 100644 --- a/platform-logic/installer/src/assembly/assemble_zip.xml +++ b/platform-logic/installer/src/assembly/assemble_zip.xml @@ -8,9 +8,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -33,37 +33,15 @@ false - - ../target/graphs - svclogic/graphs - - **/*.xml - **/graph.versions - - - src/main/scripts - svclogic/bin + ../target/svclogic + svclogic - *.sh - - 0755 - - - target/resources - svclogic/config - - * - - - - target/lib - svclogic/lib - - *.jar + **/* + -- cgit