summaryrefslogtreecommitdiff
path: root/BKUApplet/pom.xml
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-06-29 12:21:37 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-06-29 12:21:37 +0000
commit4303bed4e32970226db82fb9516c8a612802bcf7 (patch)
tree81a7a203e50e0de44ba06d8f2ff388eee119709b /BKUApplet/pom.xml
parent265b0aca555d9880361b754b6a18ce70b5be28cd (diff)
downloadmocca-4303bed4e32970226db82fb9516c8a612802bcf7.tar.gz
mocca-4303bed4e32970226db82fb9516c8a612802bcf7.tar.bz2
mocca-4303bed4e32970226db82fb9516c8a612802bcf7.zip
Fixed issue with STALService in shrunk Applet jar files in JRE <= version 6u13.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@755 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUApplet/pom.xml')
-rw-r--r--BKUApplet/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml
index 35044a2b..e3643712 100644
--- a/BKUApplet/pom.xml
+++ b/BKUApplet/pom.xml
@@ -29,6 +29,7 @@
<option>-keep public class * extends at.gv.egiz.smcc.SignatureCard { *; }</option>
<option>-keep public class * extends java.applet.Applet { *; }</option>
<option>-keep @javax.xml.bind.annotation.** class * { *; }</option>
+ <option>-keep @javax.xml.ws.** class * { *; }</option>
<option>-ignorewarnings</option>
<option>-printusage ${project.build.directory}/proguard_usage.txt</option>
<option>-dontoptimize</option>