X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=jode.conf;h=86575cfa808b3aff44ac3e513170f2792f6c643c;hp=edf2497a0047000945936f594cf46d0f871ad20b;hb=a6c4f7b784acf2269c33188982b0d479cc11a0f4;hpb=2b2b24b52422cf388ef6170090487eb60ec06a4e diff --git a/jode.conf b/jode.conf index edf2497..86575cf 100644 --- a/jode.conf +++ b/jode.conf @@ -5,15 +5,24 @@ strip = "unreach","lvt" #renamer = new UniqueRenamer -load = new WildCard { value = "org.xwt.*" }, +load = new WildCard { value = "org.ibex.*" }, new WildCard { value = "gnu.*" }, new WildCard { value = "org.bouncycastle.*" }, new WildCard { value = "edu.*" }, new WildCard { value = "java.*" } -preserve = new WildCard { value = "org.xwt.Main" }, - new WildCard { value = "org.xwt.plat.Linux" } - +preserve = new WildCard { value = "org.ibex.Main" }, + new WildCard { value = "org.ibex.plat.Linux" }, + new WildCard { value="java.lang" }, + new WildCard { value="gnu.gcj.protocol" }, + new WildCard { value="java.net.URLConnection" }, + new WildCard { value="gnu.gcj.protocol.file.Connection" }, + new WildCard { value="gnu.gcj.protocol.http.Connection" }, + new WildCard { value="gnu.gcj.protocol.jar.Connection" }, + new WildCard { value="gnu.gcj.protocol.core.Connection" }, + new WildCard { value="java.net.JarURLConnection" }, + new WildCard { value="java.net.HttpURLConection" }, + new WildCard { value="java.security.Policy" } # new MultiIdentifierMatcher { # and = new WildCard { value = "org.myorg.publiclib.*" }, # new ModifierMatcher { access = "PUBLIC" }