summaryrefslogtreecommitdiffstats
path: root/examples/ant/midlets.xml
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-09-20 16:17:43 -0700
committerYing Wang <wangying@google.com>2013-09-20 16:32:42 -0700
commitb9cc48a43ed984587c939d02fba5316bf5c0df6e (patch)
tree7d42e31a97264803b1147ef6001e8a5e6968a122 /examples/ant/midlets.xml
parent54f59ac04f3e21d5aecdd46bb1e7f4577924ab92 (diff)
downloadexternal_proguard-b9cc48a43ed984587c939d02fba5316bf5c0df6e.tar.gz
external_proguard-b9cc48a43ed984587c939d02fba5316bf5c0df6e.tar.bz2
external_proguard-b9cc48a43ed984587c939d02fba5316bf5c0df6e.zip
Upgrade Proguard to 4.10.
Downloaded from: http://sourceforge.net/projects/proguard/files/proguard/4.10/ Bug: 8992787 Change-Id: Ia07cc5b3feed443982b7e8f2a1f361479e735b18
Diffstat (limited to 'examples/ant/midlets.xml')
-rw-r--r--examples/ant/midlets.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/examples/ant/midlets.xml b/examples/ant/midlets.xml
index b17d036..223d0da 100644
--- a/examples/ant/midlets.xml
+++ b/examples/ant/midlets.xml
@@ -8,13 +8,15 @@
classpath="lib/proguard.jar" />
<proguard microedition="on"
+ printseeds="on"
+ printmapping="out.map"
overloadaggressively="on"
repackageclasses=""
allowaccessmodification="on"
- printseeds="on">
+ renamesourcefileattribute="SourceFile">
<!-- On Windows, you can't use mixed case class names,
- for the sake of the preverify tool.
+ should you still want to use the preverify tool.
usemixedcaseclassnames="false">
-->
@@ -23,8 +25,13 @@
<injar file="in.jar" />
<outjar file="out.jar" />
- <libraryjar file="/usr/local/java/wtk2.1/lib/midpapi20.jar" />
- <libraryjar file="/usr/local/java/wtk2.1/lib/cldcapi11.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">
+ -->
<!-- Preserve all public midlets. -->