1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-01 19:07:57 -09:00

fix libs path for launch4j

This commit is contained in:
Loki 2011-10-16 22:34:37 +03:00
parent 6467649b27
commit 778b0dc15f
2 changed files with 2 additions and 0 deletions
Mage.Client
Mage.Server

View file

@ -169,6 +169,7 @@
<mainClass>mage.client.MageFrame</mainClass>
<addDependencies>true</addDependencies>
<preCp>anything</preCp>
<jarLocation>lib/</jarLocation>
</classPath>
<jre>
<minVersion>1.5.0</minVersion>

View file

@ -189,6 +189,7 @@
<mainClass>mage.server.Main</mainClass>
<addDependencies>true</addDependencies>
<preCp>anything</preCp>
<jarLocation>lib/</jarLocation>
</classPath>
<jre>
<minVersion>1.5.0</minVersion>