This should either fix errors people have been having with Trove, or consistently break Spout

Probably the first
This commit is contained in:
zml2008
2012-01-17 18:17:02 -08:00
parent 947c37f85e
commit ad9d85e50f
3 changed files with 7 additions and 0 deletions

View File

@ -196,6 +196,7 @@ public class DocumentationPrinter {
stream.println("name: WorldEdit");
stream.println("main: com.sk89q.worldedit.bukkit.WorldEditPlugin");
stream.println("version: ${project.version}");
stream.println("softdepend: [Spout] #hack to fix trove errors");
stream.println();
stream.println();