aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/VESreporting_vAFX/dep.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-01-31 05:40:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-31 05:40:42 +0000
commit36ac7d4ca8f275acaf8e103bea07fc01cd9cf25b (patch)
tree0b34fe4d27e824a50bed3bafbd31e7ab04b20851 /vnfs/VES5.0/evel/evel-library/code/VESreporting_vAFX/dep.xml
parent97ed7a7500afb68a4e7936b011513fc9ca0bac85 (diff)
parent8211d4f128cfb6f2b49d84ab1ef86dddf4f83e5f (diff)
Merge "VES5.4.1 EVEL Library enhancements"
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/VESreporting_vAFX/dep.xml')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/VESreporting_vAFX/dep.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/VESreporting_vAFX/dep.xml b/vnfs/VES5.0/evel/evel-library/code/VESreporting_vAFX/dep.xml
deleted file mode 100644
index fc18229f..00000000
--- a/vnfs/VES5.0/evel/evel-library/code/VESreporting_vAFX/dep.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<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>
-
-