From db75c0a0b305c86429a6940de4d56870d3daf5bf Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 12:43:03 -0500 Subject: Initial commit for appc-encryption-tool bundle appc-encryption-tool: module to retrieve and store encryped credentials Change-Id: I3d45c662c9d58dbeec2ab7fffb51658c9ee0d5d3 Signed-off-by: Skip Wonnell Issue-Id: APPC-67 --- .../src/assembly/assemble_installer_zip.xml | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 appc-config/appc-encryption-tool/installer/src/assembly/assemble_installer_zip.xml (limited to 'appc-config/appc-encryption-tool/installer/src/assembly/assemble_installer_zip.xml') diff --git a/appc-config/appc-encryption-tool/installer/src/assembly/assemble_installer_zip.xml b/appc-config/appc-encryption-tool/installer/src/assembly/assemble_installer_zip.xml new file mode 100644 index 000000000..3b8fe894a --- /dev/null +++ b/appc-config/appc-encryption-tool/installer/src/assembly/assemble_installer_zip.xml @@ -0,0 +1,59 @@ + + + + + + encryption-tool + + zip + + + + false + + + + target/stage/ + ${application.name} + 755 + + *.sh + + + + target/stage/ + ${application.name} + 644 + + *.sh + + + + + + + -- cgit 1.2.3-korg