aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/VESreporting_vAFX/dep.xml
diff options
context:
space:
mode:
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>
-
-