From 00b274ad1a06a3a5d5a824cbb8dab6c13dc8e315 Mon Sep 17 00:00:00 2001 From: mcentner Date: Thu, 27 May 2010 07:26:44 +0000 Subject: BKUApplet and BKUAppletExt projects produce an additional artifact with classifier 'single', a single, shrunk and signed jar file containing all required dependencies. Those are used by BKUOnline now. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@744 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUOnline/src/main/webapp/PINManagement.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BKUOnline/src/main/webapp/PINManagement.jsp') diff --git a/BKUOnline/src/main/webapp/PINManagement.jsp b/BKUOnline/src/main/webapp/PINManagement.jsp index d5f71862..cfb43db2 100644 --- a/BKUOnline/src/main/webapp/PINManagement.jsp +++ b/BKUOnline/src/main/webapp/PINManagement.jsp @@ -94,7 +94,7 @@ var attributes = { codebase :'applet', code : 'at.gv.egiz.bku.online.applet.PINManagementApplet.class', - archive : 'BKUAppletExt.jar, commons-logging.jar, iaik_jce_me4se.jar', + archive : 'BKUAppletExt-single.jar', width : <%=width%>, height :<%=height%>, name : 'moccaapplet', -- cgit v1.2.3