diff --git a/build.xml b/build.xml index 8f05de2..624be4c 100644 --- a/build.xml +++ b/build.xml @@ -2,9 +2,9 @@ - - + @@ -14,26 +14,33 @@ - + + - - - - - - - - + - + + + + + + + + + + + + + + @@ -41,57 +48,64 @@ - - - - - - - - - - - - - + + + + + + -injars "${fulldist}/${jar.file}" + -outjars "${obfuscateddist}/${jar.file}" + -libraryjars "${rt_jar}" - -injars "${fulldist}/${jar.file}" - -outjars "${obfuscateddist}/${jar.file}" - -libraryjars "${java.home}/lib/rt.jar" + -forceprocessing + -repackageclasses + - -forceprocessing - -repackageclasses - - - -optimizationpasses 5 - - -keep public class de.fernflower.main.decompiler.ConsoleDecompiler { - public protected *; - } + -optimizationpasses 5 - -keep public class de.fernflower.main.decompiler.EclipseDecompiler { - public protected *; - } + -keep public class de.fernflower.main.decompiler.ConsoleDecompiler { + public protected *; + } + + -keep public class de.fernflower.main.decompiler.EclipseDecompiler { + public protected *; + } + + -keep public class de.fernflower.main.extern.* { + public protected *; + } + + + + + + + + + + + + + + + + + + + + + - -keep public class de.fernflower.main.extern.* { - public protected *; - } - - - - - - @@ -108,7 +122,7 @@ public *; } --> - + -keep public class de.fernflower.main.decompiler.ConsoleDecompiler { public protected *; } @@ -123,9 +137,9 @@ - + --> + - - \ No newline at end of file + +