summaryrefslogtreecommitdiff
path: root/examples/ant/midlets.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ant/midlets.xml')
-rw-r--r--examples/ant/midlets.xml15
1 files changed, 4 insertions, 11 deletions
diff --git a/examples/ant/midlets.xml b/examples/ant/midlets.xml
index 223d0da..b17d036 100644
--- a/examples/ant/midlets.xml
+++ b/examples/ant/midlets.xml
@@ -8,15 +8,13 @@
classpath="lib/proguard.jar" />
<proguard microedition="on"
- printseeds="on"
- printmapping="out.map"
overloadaggressively="on"
repackageclasses=""
allowaccessmodification="on"
- renamesourcefileattribute="SourceFile">
+ printseeds="on">
<!-- On Windows, you can't use mixed case class names,
- should you still want to use the preverify tool.
+ for the sake of the preverify tool.
usemixedcaseclassnames="false">
-->
@@ -25,13 +23,8 @@
<injar file="in.jar" />
<outjar file="out.jar" />
- <libraryjar file="/usr/local/java/wtk2.5.2/lib/midpapi20.jar" />
- <libraryjar file="/usr/local/java/wtk2.5.2/lib/cldcapi11.jar" />
-
- <!-- Optionally preserve line numbers in the obfuscated stack traces.
- <keepattribute name="LineNumberTable">
- <keepattribute name="SourceFile">
- -->
+ <libraryjar file="/usr/local/java/wtk2.1/lib/midpapi20.jar" />
+ <libraryjar file="/usr/local/java/wtk2.1/lib/cldcapi11.jar" />
<!-- Preserve all public midlets. -->