aboutsummaryrefslogtreecommitdiffstats
path: root/assembly.xml
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-19 16:23:46 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-19 16:42:06 +0800
commitc8283bc11228d2249919007b819815702fd48e83 (patch)
tree305c1ef963d5df5b1e77abe6bcbcb31e1f0cb1c6 /assembly.xml
parentaffcd0828f0dd0941ba546aca5bce05e8ee1a598 (diff)
Update parser code
Issue-ID: MODELING-153 Change-Id: Idcdd5f09decbb6a23e96c1191c0f216b672fcf28 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'assembly.xml')
-rw-r--r--assembly.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/assembly.xml b/assembly.xml
index 5913dab..7b1bd29 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -16,14 +16,14 @@
<assembly 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>catalog</id>
+ <id>genericparser</id>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
- <directory>catalog</directory>
- <outputDirectory>/catalog</outputDirectory>
+ <directory>genericparser</directory>
+ <outputDirectory>/genericparser</outputDirectory>
<includes>
<include>**/*.py</include>
<include>**/*.json</include>
@@ -76,5 +76,5 @@
</includes>
</fileSet>
</fileSets>
- <baseDirectory>vfc/nfvo/catalog</baseDirectory>
+ <baseDirectory>modeling/toscaparsers/genericparser</baseDirectory>
</assembly>