summaryrefslogtreecommitdiff
path: root/examples/ant/proguard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ant/proguard.xml')
-rw-r--r--examples/ant/proguard.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/examples/ant/proguard.xml b/examples/ant/proguard.xml
index f10764d..315e628 100644
--- a/examples/ant/proguard.xml
+++ b/examples/ant/proguard.xml
@@ -9,10 +9,10 @@
<taskdef resource="proguard/ant/task.properties"
classpath="lib/proguard.jar" />
- <proguard printmapping="proguard.map"
+ <proguard skipnonpubliclibraryclasses="off"
+ printmapping="proguard.map"
overloadaggressively="on"
- repackageclasses=""
- renamesourcefileattribute="SourceFile">
+ repackageclasses="">
<!-- Specify the input jars, output jars, and library jars. -->
@@ -23,8 +23,8 @@
<outjar file="examples/ant/proguard_out.jar" />
<libraryjar file="${java.home}/lib/rt.jar" />
- <libraryjar file="/usr/local/java/ant/lib/ant.jar" />
- <libraryjar file="/usr/local/java/wtk2.5.2/wtklib/kenv.zip" />
+ <libraryjar file="/usr/local/java/ant1.7.0/lib/ant.jar" />
+ <libraryjar file="/usr/local/java/wtk2.1/wtklib/kenv.zip" />
<!-- Adapt the resource file names, based on the corresponding obfuscated
class names. -->
@@ -32,11 +32,6 @@
<adaptresourcefilenames filter="**.properties,**.gif,**.jpg" />
<adaptresourcefilecontents filter="proguard/ant/task.properties" />
- <!-- Optionally preserve line numbers in the obfuscated stack traces.
- <keepattribute name="LineNumberTable">
- <keepattribute name="SourceFile">
- -->
-
<!-- The main seeds: ProGuard and its companion tool ReTrace. -->
<keep access="public" name="proguard.ProGuard">