diff -r 9ad3127c7f4d -r 0b86c25b743a skins/AknSkins/sdcsrc/SDCPkgOutput.cpp --- a/skins/AknSkins/sdcsrc/SDCPkgOutput.cpp Wed Jun 09 10:47:45 2010 +0300 +++ b/skins/AknSkins/sdcsrc/SDCPkgOutput.cpp Mon Jun 21 16:49:08 2010 +0300 @@ -82,8 +82,6 @@ { fprintf( file, "#{\"%s\"},(0xA00000EB),1,0,0,TYPE=SP\n", aSkinName ); } - fprintf( file, ";\n; Supports Series 60 v3.x\n; This line indicates that this installation is for the Series 60 platform v3.x\n; This line must appear _exactly_ as shown below in the sis file\n; If this line is missing or incorrect, the sis file will not be able\n; to be installed on Series 60 v3.x platforms\n;\n" ); - fprintf( file, "[0x101f7961], 0, 0, 0, {\"Series60v3.0\"}\n" ); fprintf( file, ";\n; Supports Series 60 v5.x\n; This line indicates that this installation is for the Series 60 platform v5.x\n; This line must appear _exactly_ as shown below in the sis file\n; If this line is missing or incorrect, the sis file will not be able\n; to be installed on Series 60 v5.x platforms\n;\n" ); fprintf( file, "[0x1028315F], 0, 0, 0, {\"Series60v5.0\"}\n" ); fprintf( file, ";\n; Requires Series 60 Skins Support\n;\n" );