This commit is contained in:
BetaSteward 2010-10-28 03:19:26 +00:00
parent 78e640487b
commit 3a784f59ee
88 changed files with 2521 additions and 447 deletions

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Player-AI</artifactId>
<artifactId>mage-player-ai</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Player AI</name>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>Mage</artifactId>
<artifactId>mage</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>