diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-02-25 09:39:36 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-02-25 09:39:36 +0800 |
commit | d7ea86852bd6a9da3dee937664d9a2176f85c5c1 (patch) | |
tree | 9c1171fa6dd3582e96367ed95d4ecad0d2eeff71 /mgr | |
parent | 7db3c22dfa89faca579625ec2175a49c6408ff4b (diff) |
Add json file to output zip
Change-Id: I4be7ed2c9dc59e54dbcba9c97144afc61f0e1629
Issue-Id: GVNFM-21
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/assembly.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mgr/assembly.xml b/mgr/assembly.xml index 788e995..aef639c 100644 --- a/mgr/assembly.xml +++ b/mgr/assembly.xml @@ -26,6 +26,7 @@ <outputDirectory>/mgr</outputDirectory> <includes> <include>**/*.py</include> + <include>**/*.json</include> </includes> </fileSet> <fileSet> |