From 30eff3fa5c30cd79b699b881cc0a689b43977b6f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Aug 2017 09:19:30 -0500 Subject: Reformatting graph.versions and DGs The DGs and the graph.versions located in the platform-logic folder (the one that loads and activates the DGs into the DB as defined by graph.versions) are formatted as DOS/noeol files which breaks the process to activate/load these DGs into the DB. Formatting these files to UNIX format. Change-Id: I31c626675801fb37d3de73fae7aa25c4ad59af71 Signed-off-by: root Issue: [APPC-99] --- platform-logic/installer/src/assembly/assemble_zip.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'platform-logic/installer/src') diff --git a/platform-logic/installer/src/assembly/assemble_zip.xml b/platform-logic/installer/src/assembly/assemble_zip.xml index 258de8d..8fc1342 100644 --- a/platform-logic/installer/src/assembly/assemble_zip.xml +++ b/platform-logic/installer/src/assembly/assemble_zip.xml @@ -40,6 +40,7 @@ **/*.xml **/graph.versions + unix -- cgit 1.2.3-korg