summaryrefslogtreecommitdiff
path: root/examples/ant/applications3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ant/applications3.xml')
-rw-r--r--examples/ant/applications3.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ant/applications3.xml b/examples/ant/applications3.xml
index e42eb39..023c2be 100644
--- a/examples/ant/applications3.xml
+++ b/examples/ant/applications3.xml
@@ -43,13 +43,13 @@
<!-- Preserve all native method names and the names of their classes. -->
- <keepclasseswithmembernames>
+ <keepclasseswithmembernames includedescriptorclasses="true">
<method access="native" />
</keepclasseswithmembernames>
<!-- Preserve the methods that are required in all enumeration classes. -->
- <keepclassmembers extends="java.lang.Enum">
+ <keepclassmembers allowoptimization="true" type="enum">
<method access="public static"
type="**[]"
name="values"