forked from dozius/TwisterSister
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease.xml
28 lines (27 loc) · 823 Bytes
/
release.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>package-release</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<files>
<file>
<source>${project.build.directory}/${project.build.finalName}.jar</source>
<destName>TwisterSister.bwextension</destName>
</file>
<file>
<source>resources/TwisterSister.mfs</source>
</file>
<file>
<source>resources/SpecificDeviceSettings.toml</source>
</file>
<file>
<source>resources/README.txt</source>
</file>
<file>
<source>LICENSE</source>
</file>
</files>
</assembly>