summaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/dep.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-01-28 20:59:35 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-28 20:59:35 +0000
commit7115cfddb7ecec3cd56b548b4365fdea1783b2d7 (patch)
treedd355670ab823386ccd3e165ba19b0325eb50b00 /vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/dep.xml
parent1b97e2665be03fc518eb11de0863c42b2280149e (diff)
parentaf7aa682517d3ccaace9a089194e6a4333f4cdaa (diff)
Merge "VES EVEL Library VES 5.4.1 enhancements"
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/dep.xml')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/dep.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/dep.xml b/vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/dep.xml
new file mode 100644
index 00000000..fc18229f
--- /dev/null
+++ b/vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/dep.xml
@@ -0,0 +1,25 @@
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+ <id>demo</id>
+ <formats>
+ <format>tar.gz</format>
+ </formats>
+ <fileSets>
+
+ <fileSet>
+ <directory>.</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>*.sh</include>
+ <include>*.md</include>
+ <include>*.TXT</include>
+ <include>*.c</include>
+ <include>Makefile</include>
+ </includes>
+ </fileSet>
+
+ </fileSets>
+</assembly>
+
+