update to version 0.7

This commit is contained in:
BetaSteward 2011-04-01 21:05:43 -04:00
parent 7587e65a3a
commit 84c6ab76e0
29 changed files with 58 additions and 38 deletions

View file

@ -23,20 +23,26 @@
<include>org.mage:Mage-Game-TwoPlayerDuel</include>
<include>org.mage:Mage-Player-AI</include>
<include>org.mage:Mage-Player-AIMinimax</include>
<include>org.mage:Mage-Player-AI-MA</include>
<include>org.mage:Mage-Player-Human</include>
<include>org.mage:Mage-Draft-8PlayerBooster</include>
<include>org.mage:Mage-Tournament-BoosterDraft</include>
<include>org.mage:Mage-Tournament-Sealed</include>
</includes>
</dependencySet>
<dependencySet>
<outputDirectory>/lib/</outputDirectory>
<excludes>
<exclude>org.mage:Mage-Server</exclude>
<exclude>org.mage:Mage-Deck-Constructed</exclude>
<exclude>org.mage:Mage-Deck-Limited</exclude>
<exclude>org.mage:Mage-Game-FreeForAll</exclude>
<exclude>org.mage:Mage-Game-TwoPlayerDuel</exclude>
<exclude>org.mage:Mage-Player-AI</exclude>
<exclude>org.mage:Mage-Player-AIMinimax</exclude>
<exclude>org.mage:Mage-Player-AI-MA</exclude>
<exclude>org.mage:Mage-Player-Human</exclude>
<exclude>org.mage:Mage-Tournament-BoosterDraft</exclude>
<exclude>org.mage:Mage-Tournament-Sealed</exclude>
</excludes>
</dependencySet>
</dependencySets>

View file

@ -55,7 +55,7 @@ public class Main {
private final static String testModeArg = "-testMode=";
private final static String pluginFolder = "plugins";
private final static String version = "0.6.1";
private final static String version = "0.7";
public static PluginClassLoader classLoader = new PluginClassLoader();
public static ServerImpl server;