Kaydet (Commit) 31585293 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS native100 (1.13.276); FILE MERGED

2007/08/23 14:49:55 is 1.13.276.1: #i80937# introducing module order
üst 3a8fc679
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: module_impress.scp,v $ * $RCSfile: module_impress.scp,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: hr $ $Date: 2007-01-02 15:28:58 $ * last change: $Author: kz $ $Date: 2007-09-06 10:05:46 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -36,14 +36,16 @@ ...@@ -36,14 +36,16 @@
#include "macros.inc" #include "macros.inc"
Module gid_Module_Prg_Impress Module gid_Module_Prg_Impress
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_PRG_IMPRESS ); MOD_NAME_DESC ( MODULE_PRG_IMPRESS );
ParentID = gid_Module_Prg; ParentID = gid_Module_Prg;
Sortkey = "300"; Sortkey = "400";
End End
Module gid_Module_Prg_Impress_Bin Module gid_Module_Prg_Impress_Bin
MOD_NAME_DESC ( MODULE_PRG_IMPRESS_BIN ); MOD_NAME_DESC ( MODULE_PRG_IMPRESS_BIN );
ParentID = gid_Module_Prg_Impress; ParentID = gid_Module_Prg_Impress;
Sortkey = "100";
Minimal = YES; Minimal = YES;
Default = YES; Default = YES;
Files = (gid_File_Exe_Simpress,gid_File_Extra_Urldesktop_Impress,gid_File_Extra_Urlnew_Impress,gid_File_Extra_Urlstart_Impress,gid_File_Extra_Urltasks_Impress,gid_File_Lib_Placeware, Files = (gid_File_Exe_Simpress,gid_File_Extra_Urldesktop_Impress,gid_File_Extra_Urlnew_Impress,gid_File_Extra_Urlstart_Impress,gid_File_Extra_Urltasks_Impress,gid_File_Lib_Placeware,
...@@ -57,6 +59,7 @@ End ...@@ -57,6 +59,7 @@ End
Module gid_Module_Prg_Impress_Help Module gid_Module_Prg_Impress_Help
MOD_NAME_DESC ( MODULE_PRG_IMPRESS_HELP ); MOD_NAME_DESC ( MODULE_PRG_IMPRESS_HELP );
ParentID = gid_Module_Prg_Impress; ParentID = gid_Module_Prg_Impress;
Sortkey = "200";
Default = YES; Default = YES;
Files = (gid_File_Help_Simpress_Zip); Files = (gid_File_Help_Simpress_Zip);
End End
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment