javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/Installer.java
branchRCL_3
changeset 65 ae942d28ec0e
parent 60 6c158198356e
child 66 2455ef1f5bbc
--- a/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/Installer.java	Thu Aug 19 09:48:13 2010 +0300
+++ b/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/Installer.java	Tue Aug 31 15:09:22 2010 +0300
@@ -596,6 +596,8 @@
                   StopApplication());
         // Update new application info in the following steps.
         table.add(new com.nokia.mj.impl.installer.midp2.install.steps.
+                  AddSecurityData());
+        table.add(new com.nokia.mj.impl.installer.midp2.install.steps.
                   AddToStorage());
         table.add(new com.nokia.mj.impl.installer.midp2.install.steps.
                   RegisterPush());