Reformatting graph.versions and DGs 85/6585/2
authorroot <ha076r@att.com>
Wed, 2 Aug 2017 14:19:30 +0000 (09:19 -0500)
committerPatrick Brady <pb071s@att.com>
Thu, 3 Aug 2017 21:11:55 +0000 (21:11 +0000)
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 <ha076r@att.com>
Issue: [APPC-99]

installation/appc/pom.xml
platform-logic/installer/src/assembly/assemble_zip.xml

index 3982e23..8b28b2b 100644 (file)
                                                                        <goal>exec</goal>
                                                                </goals>
                                                                <configuration>
-                                                                       <executable>/usr/bin/find</executable>
+                                                                       <executable>find</executable>
                                                                        <arguments>
                                                                                <argument>${basedir}/target/docker-stage/opt/openecomp/appc</argument>
                                                                                <argument>-name</argument>
index 258de8d..8fc1342 100644 (file)
@@ -40,6 +40,7 @@
                                <include>**/*.xml</include>
                                <include>**/graph.versions</include>
                        </includes>
+                       <lineEnding>unix</lineEnding>
                </fileSet>
 
                <fileSet>