From 3871d29d2414548083b1308298517562e6728117 Mon Sep 17 00:00:00 2001 From: "Ikram Ikramullah (ikram@research.att.com)" Date: Tue, 13 Mar 2018 12:45:36 -0400 Subject: Corrected Nexus Package content Before dockerzation can proceed, contents of the package must be correct. Few folders/files were missing. Changed assembly.xml to include all but the ones that are not needed. Also, removed files from conductor/conductor folder that were thought to have contributed to the correction of the package initially. conductor/conductor/README.rst conductor/conductor/README.md conductor/conductor/setup.py conductor/conductor/setup.cfg These files are actually not needed in that level of folder (conductor/condcutor) - They should exist only on the main conductor/ folder. Issue-ID: OPTFRA-123 Change-Id: I006694ddc8e7e5de21ad17fb0d4720c5b19dc960 Signed-off-by: Ikram Ikramullah (ikram@research.att.com) --- conductor/assembly.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'conductor/assembly.xml') diff --git a/conductor/assembly.xml b/conductor/assembly.xml index b190852..f1ce62d 100644 --- a/conductor/assembly.xml +++ b/conductor/assembly.xml @@ -20,16 +20,17 @@ - LICENSE - README.rst - conductor/** - doc/** - etc/** - requirements.txt + */** **/*.pyc - + target/** + docker/** + cover/** + pom.xml + assembly.xml + xunit-results.xml + conductor -- cgit 1.2.3-korg