diff options
author | dyh <dengyuanhong@chinamobile.com> | 2019-09-16 15:07:23 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2019-09-16 15:09:54 +0800 |
commit | cd7e6ff91caf2388a041ef670d22504874a0bc5e (patch) | |
tree | 14a3044c7458a4e7eb8c9f159ee75e4bb4871b80 | |
parent | bc2da5eaca4548be4e4a6762c334d394180d13a6 (diff) |
fix fileset in assembly.xml
Change-Id: Ie39191fdbb17e76963b83922efb89e8cb5f1cb1f
Issue-ID: MODELING-234
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | assembly.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assembly.xml b/assembly.xml index 0eb35f0..3780ede 100644 --- a/assembly.xml +++ b/assembly.xml @@ -22,8 +22,8 @@ </formats> <fileSets> <fileSet> - <directory>etsicatalog</directory> - <outputDirectory>/etsicatalog</outputDirectory> + <directory>catalog</directory> + <outputDirectory>/catalog</outputDirectory> <includes> <include>**/*.py</include> <include>**/*.json</include> |