aboutsummaryrefslogtreecommitdiffstats
path: root/boot/assembly.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-05-08 15:08:41 -0400
committerMarco Platania <platania@research.att.com>2019-05-08 15:08:41 -0400
commit91735f200ed89b790251d9a83df24995b28aa079 (patch)
tree6da4a12e6c07834ce5b8cfc2051a0f29b865686e /boot/assembly.xml
parent95cd08dcb2874f5cce4f97167e0ff4f219ae8087 (diff)
Removed unused stuff from demo (master)
Change-Id: Ia869971690e31e8a81ea0bb5c1707785f7ab819e Issue-ID: INT-1073 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/assembly.xml')
-rw-r--r--boot/assembly.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/boot/assembly.xml b/boot/assembly.xml
deleted file mode 100644
index 5b7217bd..00000000
--- a/boot/assembly.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
- <id>boot</id>
- <formats>
- <format>zip</format>
- </formats>
- <includeBaseDirectory>false</includeBaseDirectory>
- <fileSets>
- <fileSet>
- <directory>${basedir}</directory>
- <includes>
- <include>**</include>
- </includes>
- <excludes>
- <exclude>assembly.xml</exclude>
- <exclude>pom.xml</exclude>
- <exclude>target/</exclude>
- <exclude>.*</exclude>
- </excludes>
- </fileSet>
- </fileSets>
-</assembly>