Moved card plugin to client. Fixed Issue 143.

This commit is contained in:
magenoxx 2011-08-15 01:36:30 +04:00
parent 0892489229
commit 14bebea64d
55 changed files with 7 additions and 90 deletions

View file

@ -85,12 +85,6 @@
<version>0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Mage-Card-Plugin</artifactId>
<version>0.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Mage-Counter-Plugin</artifactId>
@ -107,6 +101,11 @@
<artifactId>swing-layout</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.5.2</version>
</dependency>
</dependencies>
<build>