Skip to content

Commit

Permalink
Add zip assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen committed Oct 29, 2015
1 parent 00cd07c commit 3d4b1fd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/assembly/zip.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>zip/</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
<fileSet>
<directory>target/</directory>
<outputDirectory>SkyProc Patchers/NonAggression</outputDirectory>
<includes>
<include>NonAggression.jar</include>
</includes>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 3d4b1fd

Please sign in to comment.