summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/onlineupdate/file_onlineupdate.scp6
-rw-r--r--scp2/source/onlineupdate/module_onlineupdate.scp6
2 files changed, 7 insertions, 5 deletions
diff --git a/scp2/source/onlineupdate/file_onlineupdate.scp b/scp2/source/onlineupdate/file_onlineupdate.scp
index 9131e0db5953..504e8b2420e0 100644
--- a/scp2/source/onlineupdate/file_onlineupdate.scp
+++ b/scp2/source/onlineupdate/file_onlineupdate.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: file_onlineupdate.scp,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ihi $ $Date: 2006-08-04 10:08:29 $
+ * last change: $Author: rt $ $Date: 2007-07-06 14:33:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,6 +37,8 @@
SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH( gid_File_Lib_Updchk , updchk.uno )
+STD_RES_FILE_PATCH( gid_File_Res_Upd, upd )
+
File gid_File_Registry_Spool_Oo_Office_Addons_Onlineupdate_Xcu
TXT_FILE_BODY;
Styles = (PACKED, PATCH);
diff --git a/scp2/source/onlineupdate/module_onlineupdate.scp b/scp2/source/onlineupdate/module_onlineupdate.scp
index b4679e661163..0ce8d613d507 100644
--- a/scp2/source/onlineupdate/module_onlineupdate.scp
+++ b/scp2/source/onlineupdate/module_onlineupdate.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: module_onlineupdate.scp,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ihi $ $Date: 2006-08-04 10:09:06 $
+ * last change: $Author: rt $ $Date: 2007-07-06 14:33:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,7 @@ Module gid_Module_Optional_Onlineupdate
MOD_NAME_DESC(MODULE_OPT_ONLINEUPDATE);
ParentID = gid_Module_Optional;
Default = YES;
- Files = (gid_File_Lib_Updchk, gid_File_Registry_Spool_Oo_Office_Addons_Onlineupdate_Xcu, gid_File_Registry_Spool_Oo_Office_Jobs_Onlineupdate_Xcu);
+ Files = (gid_File_Lib_Updchk, gid_File_Res_Upd, gid_File_Registry_Spool_Oo_Office_Addons_Onlineupdate_Xcu, gid_File_Registry_Spool_Oo_Office_Jobs_Onlineupdate_Xcu);
Dirs = (gid_Dir_Share_Registry_Modules_Oo_Office_Addons, gid_Dir_Share_Registry_Modules_Oo_Office_Jobs);
End