From c5c596b1645be4b79facf9c8d7c30387de719d14 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Fri, 20 Jun 2014 16:03:00 +0200 Subject: interface class renamed --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index da8e9ed..64c89bc 100644 --- a/build.xml +++ b/build.xml @@ -67,7 +67,7 @@ public protected *; } - -keep public class de.fernflower.main.decompiler.EclipseDecompiler { + -keep public class de.fernflower.main.decompiler.IdeDecompiler { public protected *; } @@ -127,7 +127,7 @@ public protected *; } - -keep public class de.fernflower.main.decompiler.EclipseDecompiler { + -keep public class de.fernflower.main.decompiler.IdeDecompiler { public protected *; } -- cgit v1.2.3