Files
abstracto-templates/abstracto-modules/statistic/src/main/assembly/assembly.xml
Sheldan 6ec791b24a [AB-80] added statistic module containing a first draft of templates for emote tracking
changed text to indicate a feature mode is part of the default config
removed command reference from incorrect feature mode exception template
2020-11-19 00:33:23 +01:00

15 lines
630 B
XML

<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>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>