[CardRepository] moved Sets, DeckImporter and CardRepository to Mage Framework

This commit is contained in:
North 2012-11-04 12:52:02 +02:00
parent 670646de15
commit 25cd490be3
27 changed files with 126 additions and 152 deletions

View file

@ -44,7 +44,7 @@ import mage.game.draft.DraftOptions.TimingOption;
import mage.game.tournament.LimitedOptions;
import mage.game.tournament.TournamentOptions;
import mage.remote.Session;
import mage.sets.Sets;
import mage.cards.Sets;
import mage.view.TableView;
import mage.view.TournamentTypeView;
import org.apache.log4j.Logger;