diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-11-20 11:46:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-11-20 11:46:52 +0000 |
commit | 6c24bc3a1b9d4bada2421498d71bd2ddf27888e2 (patch) | |
tree | 3479c300f4cee525f8cc03126f533d0fc7a8a2c0 /scp2/source | |
parent | 7be88907d2762217aaca4f8acb6d1626da71b98a (diff) |
CWS-TOOLING: integrate CWS onlineupdate7_DEV300
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/onlineupdate/file_onlineupdate.scp | 4 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 6 | ||||
-rw-r--r-- | scp2/source/ooo/profileitem_ooo.scp | 9 |
3 files changed, 14 insertions, 5 deletions
diff --git a/scp2/source/onlineupdate/file_onlineupdate.scp b/scp2/source/onlineupdate/file_onlineupdate.scp index a42905f8fcaf..b415ea2ad9e7 100644 --- a/scp2/source/onlineupdate/file_onlineupdate.scp +++ b/scp2/source/onlineupdate/file_onlineupdate.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: file_onlineupdate.scp,v $ - * $Revision: 1.7 $ + * $Revision: 1.7.116.1 $ * * This file is part of OpenOffice.org. * @@ -30,7 +30,7 @@ #include "macros.inc" -SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Updchk , updchk.uno ) +SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH( gid_File_Lib_Updchk , updchk.uno ) File gid_File_Registry_Spool_Oo_Office_Addons_Onlineupdate_Xcu TXT_FILE_BODY; diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 7f71ed5b111c..641233354be5 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1453,7 +1453,7 @@ File gid_File_Lib_Hyph Dir = gid_Dir_Program; End -STD_UNO_LIB_FILE( gid_File_Lib_Utl , utl) +STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Utl , utl) STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Uui, uui ) @@ -1630,9 +1630,9 @@ End STD_UNO_LIB_FILE( gid_File_Lib_Guesslang, guesslang ) -STD_UNO_LIB_FILE( gid_File_Lib_Updchkui , updchk ) +STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Updchkui , updchk ) -SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Updatefeed , updatefeed.uno ) +SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH( gid_File_Lib_Updatefeed , updatefeed.uno ) #ifdef WNT File gid_File_Lib_Onlinecheck diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp index bc1694337b5d..7ece2196765b 100644 --- a/scp2/source/ooo/profileitem_ooo.scp +++ b/scp2/source/ooo/profileitem_ooo.scp @@ -657,3 +657,12 @@ ProfileItem gid_Basis_Profileitem_Version_Ooobaseversion Key = "OOOBaseVersion"; Value = "${OOOBASEVERSION}"; End + +ProfileItem gid_Basis_Profileitem_Version_Ooopackageversion + ProfileID = gid_Profile_Version_Ini_Basis; + ModuleID = gid_Module_Root; + Section = "Version"; + Key = "OOOPackageVersion"; + Value = "${OOOPACKAGEVERSION}"; +End + |