mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Merge pull request #377 from jbonofre/master
Some improvements for Unix on Mage Server and Client
This commit is contained in:
commit
efb04f2b9a
10 changed files with 32 additions and 8 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<includes>
|
||||
<include>org.mage:mage-client</include>
|
||||
</includes>
|
||||
<fileMode>0644</fileMode>
|
||||
</dependencySet>
|
||||
<dependencySet>
|
||||
<outputDirectory>/lib/</outputDirectory>
|
||||
|
|
@ -20,12 +21,14 @@
|
|||
<exclude>org.mage:mage-client</exclude>
|
||||
<exclude>org.mage:mage-counter-plugin</exclude>
|
||||
</excludes>
|
||||
<fileMode>0644</fileMode>
|
||||
</dependencySet>
|
||||
<dependencySet>
|
||||
<outputDirectory>/plugins</outputDirectory>
|
||||
<includes>
|
||||
<include>org.mage:mage-counter-plugin</include>
|
||||
</includes>
|
||||
<fileMode>0644</fileMode>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
<fileSets>
|
||||
|
|
@ -45,9 +48,17 @@
|
|||
<includes>
|
||||
<include>*.bat</include>
|
||||
<include>*.command</include>
|
||||
</includes>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<filtered>true</filtered>
|
||||
<directory>release/</directory>
|
||||
<includes>
|
||||
<include>*.sh</include>
|
||||
</includes>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<fileMode>0755</fileMode>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<filtered>false</filtered>
|
||||
|
|
@ -64,6 +75,7 @@
|
|||
<include>*.wav</include>
|
||||
</includes>
|
||||
<outputDirectory>sounds/</outputDirectory>
|
||||
<fileMode>0644</fileMode>
|
||||
</fileSet>
|
||||
|
||||
</fileSets>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue