summaryrefslogtreecommitdiffstats
path: root/boot/assembly.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-05-08 13:49:41 -0400
committerMarco Platania <platania@research.att.com>2019-05-08 13:49:41 -0400
commitf4db92493f1bd94184d23e1771a8f600202391a6 (patch)
tree7dc7ae2f56a9a7b49800154b7b1e4e0a2450afcd /boot/assembly.xml
parent3e4c0d93034e07a93d881ef13db3e5f2e2f9f3ba (diff)
Remove unused stuff from demo repository
Change-Id: Icc2b2b74a3db494ecc9cf596eb70eea15a447af9 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>