summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-06-20 16:03:00 +0200
committerRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-06-20 16:03:00 +0200
commitc5c596b1645be4b79facf9c8d7c30387de719d14 (patch)
treef439f0dcb4d67f9f6c64ed37b165d77f1002ac61 /build.xml
parent781a2e1cc8c1d6d5ec46fd04d43e648b5c512972 (diff)
downloadfernflower-c5c596b1645be4b79facf9c8d7c30387de719d14.tar
fernflower-c5c596b1645be4b79facf9c8d7c30387de719d14.tar.gz
fernflower-c5c596b1645be4b79facf9c8d7c30387de719d14.tar.lz
fernflower-c5c596b1645be4b79facf9c8d7c30387de719d14.tar.xz
fernflower-c5c596b1645be4b79facf9c8d7c30387de719d14.zip
interface class renamed
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
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 *;
}