diff options
Diffstat (limited to 'VESreporting_vFW5.0/dep.xml')
-rw-r--r-- | VESreporting_vFW5.0/dep.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/VESreporting_vFW5.0/dep.xml b/VESreporting_vFW5.0/dep.xml deleted file mode 100644 index fc18229f..00000000 --- a/VESreporting_vFW5.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> - - |