summaryrefslogtreecommitdiff
path: root/BKUApplet/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2014-01-09 15:08:05 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2014-01-09 15:08:05 +0000
commit4ebd3b827d7e6ae9eb33f3e23add35905283c86b (patch)
tree3bcacccc5f71428650b0464908acda5804e9f75c /BKUApplet/pom.xml
parent28aa5a46d82d439a9e2b8e0fd4972baf6559e8eb (diff)
downloadmocca-4ebd3b827d7e6ae9eb33f3e23add35905283c86b.tar.gz
mocca-4ebd3b827d7e6ae9eb33f3e23add35905283c86b.tar.bz2
mocca-4ebd3b827d7e6ae9eb33f3e23add35905283c86b.zip
Include SunOSXPCSC impl in Applet jar
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1283 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 e1e9a612..91d7cd42 100644
--- a/BKUApplet/pom.xml
+++ b/BKUApplet/pom.xml
@@ -27,6 +27,7 @@
<option>-keep public class * extends at.gv.egiz.smcc.SignatureCard { *; }</option>
<option>-keep public class * extends java.applet.Applet { *; }</option>
<option>-keep public class * implements iaik.me.security.MessageDigest { *; }</option>
+ <option>-keep class org.openecard.scio.osx.* { *; }</option>
<option>-keep @javax.xml.bind.annotation.** class * { *; }</option>
<option>-keep @javax.xml.ws.** class * { *; }</option>
<option>-ignorewarnings</option>