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

INTEGRATION: CWS native100 (1.13.276); FILE MERGED

2007/08/23 14:49:56 is 1.13.276.1: #i80937# introducing module order
üst 43d1ead6
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: module_math.scp,v $ * $RCSfile: module_math.scp,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: hr $ $Date: 2007-01-02 15:29:10 $ * last change: $Author: kz $ $Date: 2007-09-06 10:06:42 $
* *
* 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,15 +36,17 @@ ...@@ -36,15 +36,17 @@
#include "macros.inc" #include "macros.inc"
Module gid_Module_Prg_Math Module gid_Module_Prg_Math
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_PRG_MATH ); MOD_NAME_DESC ( MODULE_PRG_MATH );
ParentID = gid_Module_Prg; ParentID = gid_Module_Prg;
Sortkey = "500"; Sortkey = "600";
End End
// #110743# Added gid_File_Lib_Bf_Sm, gid_File_Res_Bf_Sm // #110743# Added gid_File_Lib_Bf_Sm, gid_File_Res_Bf_Sm
Module gid_Module_Prg_Math_Bin Module gid_Module_Prg_Math_Bin
MOD_NAME_DESC ( MODULE_PRG_MATH_BIN ); MOD_NAME_DESC ( MODULE_PRG_MATH_BIN );
ParentID = gid_Module_Prg_Math; ParentID = gid_Module_Prg_Math;
Sortkey = "100";
Minimal = YES; Minimal = YES;
Default = YES; Default = YES;
Files = (gid_File_Html_W3c_Ipr,gid_File_Dtd_Math,gid_File_Exe_Smath,gid_File_Res_Sm,gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math, Files = (gid_File_Html_W3c_Ipr,gid_File_Dtd_Math,gid_File_Exe_Smath,gid_File_Res_Sm,gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math,
...@@ -57,6 +59,7 @@ End ...@@ -57,6 +59,7 @@ End
Module gid_Module_Prg_Math_Help Module gid_Module_Prg_Math_Help
MOD_NAME_DESC ( MODULE_PRG_MATH_HELP ); MOD_NAME_DESC ( MODULE_PRG_MATH_HELP );
ParentID = gid_Module_Prg_Math; ParentID = gid_Module_Prg_Math;
Sortkey = "200";
Default = YES; Default = YES;
Files = (gid_File_Help_Smath_Zip); Files = (gid_File_Help_Smath_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