1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-02 03:18:09 -09:00

fix running client and server from bat files

This commit is contained in:
Loki 2011-09-26 19:30:22 +03:00
parent ced35a3b18
commit ab3a09181c
2 changed files with 0 additions and 2 deletions
Mage.Client
Mage.Server

View file

@ -135,7 +135,6 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<mainClass>mage.client.MageFrame</mainClass>
</manifest>
</archive>

View file

@ -158,7 +158,6 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<mainClass>mage.server.Main</mainClass>
</manifest>
</archive>