summaryrefslogtreecommitdiffstats
path: root/examples/ant/servlets.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ant/servlets.xml')
-rw-r--r--examples/ant/servlets.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ant/servlets.xml b/examples/ant/servlets.xml
index 51bcaad..33ca6ce 100644
--- a/examples/ant/servlets.xml
+++ b/examples/ant/servlets.xml
@@ -33,13 +33,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"