summaryrefslogtreecommitdiffstats
path: root/VESreporting_vLB5.0/dep.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-05-18 11:09:08 -0400
committerMarco Platania <platania@research.att.com>2017-05-18 11:09:08 -0400
commitfee6de844f9d4c3aad87733734d35df50117b6b0 (patch)
tree3f42567107ac4a10795c8e80c42b479c4502cbda /VESreporting_vLB5.0/dep.xml
parentf3fe765461685a753c0f5b061c5c47383c75829f (diff)
Change location of VES5.0 code
Change-Id: If8a1173813eb4d5c14c04b132269696a748505e7 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'VESreporting_vLB5.0/dep.xml')
-rw-r--r--VESreporting_vLB5.0/dep.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/VESreporting_vLB5.0/dep.xml b/VESreporting_vLB5.0/dep.xml
deleted file mode 100644
index fc18229f..00000000
--- a/VESreporting_vLB5.0/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>
-
-