Merge "fix maven local build issue"
authorDan Timoney <dtimoney@att.com>
Thu, 18 May 2017 19:45:51 +0000 (19:45 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 18 May 2017 19:45:51 +0000 (19:45 +0000)
Former-commit-id: 16cb8a0af0c8bb1efd1e26f0b9aeb7e1fec36dc0

1  2 
admportal/src/assembly/assemble_zip.xml
platform-logic/installer/src/assembly/assemble_zip.xml

@@@ -3,7 -3,7 +3,7 @@@
    openECOMP : SDN-C
    ================================================================================
    Copyright (C) 2017 AT&T Intellectual Property. All rights
 -                                              reserved.
 +                                                      reserved.
    ================================================================================
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@@ -25,7 -25,7 +25,7 @@@
        xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
-   <id>bin</id>
+       <id>bin</id>
        <formats>
                <format>zip</format>
        </formats>
@@@ -3,7 -3,7 +3,7 @@@
    openECOMP : SDN-C
    ================================================================================
    Copyright (C) 2017 AT&T Intellectual Property. All rights
 -                                              reserved.
 +                                                      reserved.
    ================================================================================
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@@ -25,6 -25,7 +25,7 @@@
        xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
+       <id>bin</id>
        <formats>
                <format>zip</format>
        </formats>