From b4fca60c1c0bd02dfb9c5225a6c8f6740429b145 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 05:42:04 +0000 Subject: [PATCH] The Mana_PayCost.java file is now an empty class with no real code and just two lines of comments. This takes care of the JAR creation failed message. We may decide to delete this class from the SVN at some point. :) --- src/forge/Mana_PayCost.java | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/forge/Mana_PayCost.java b/src/forge/Mana_PayCost.java index e4760729abc..af5c57fc6a9 100644 --- a/src/forge/Mana_PayCost.java +++ b/src/forge/Mana_PayCost.java @@ -1 +1,10 @@ -// merged with ManaCost since it was a thin wrapper// file NOT deleted to keep SVN history available +package forge; + +public class Mana_PayCost { + + /** + * Merged with ManaCost since it was a thin wrapper. + * File NOT deleted to keep SVN history available. + */ + +} \ No newline at end of file