diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-02 11:31:50 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-02 20:14:39 +0100 |
commit | 6de5cf050c1324cb97404486e541472e74a7dd19 (patch) | |
tree | 77f551f271a04c538f2d3d92032e711c72120bc9 /scp2 | |
parent | 67398a8d9746dbed743beb702a8cff2eac2bbf99 (diff) |
tdf#90753: AutoInstall readlicense_oo packages
Change-Id: I5bd3a5f6168b20c925f5713085fcb0918bcccc8e
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 67 |
1 files changed, 1 insertions, 66 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 68eb9cb8bd90..2bb68015a159 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -58,7 +58,6 @@ Module gid_Module_Root_Brand gid_Brand_File_Gdb_Trace, gid_Brand_File_Bin_Unoinfo, gid_Brand_File_Desktophelper_Txt, - gid_Brand_File_Html_Thirdpartylicensereadme, gid_Brand_File_Lib_Dbghelp, gid_Brand_File_Lib_Mingw_GccS, gid_Brand_File_Lib_Mingw_Stdcpp, @@ -77,11 +76,7 @@ Module gid_Module_Root_Brand gid_Brand_File_Share_Xdg_QStart, gid_Brand_File_Share_Xdg_StartCenter, gid_Brand_File_Share_Xdg_Writer, - gid_Brand_File_Share_Xdg_XsltFilter, - gid_License_Txt, - git_License_Odt, - gid_Credits_Odt, - gid_Apache_Notice); + gid_Brand_File_Share_Xdg_XsltFilter); End // Language specific brand module @@ -469,17 +464,6 @@ End // Files -File gid_Brand_File_Html_Thirdpartylicensereadme - Name = "LICENSE.html"; -#if defined MACOSX - Dir = gid_Dir_Bundle_Contents_Resources; -#else - Dir = gid_Dir_Brand_Root; -#endif - Styles = (WORKSTATION); - TXT_FILE_BODY; -End - #if defined UNX && !defined MACOSX File gid_Brand_File_Gdb_Trace @@ -1231,52 +1215,3 @@ ProfileItem gid_Brand_Profileitem_Setup_Install Styles = (INIFILETABLE); End #endif - -File gid_License_Txt - TXT_FILE_BODY; -#if defined MACOSX - Dir = gid_Dir_Bundle_Contents_Resources; -#else - Dir = gid_Dir_Brand_Root; -#endif - #ifdef UNX - Name = "LICENSE"; - #endif - #ifdef WNT - Name = "license.txt"; - #endif - Styles = (PACKED); -End - -File gid_License_Odt - TXT_FILE_BODY; -#if defined MACOSX - Dir = gid_Dir_Bundle_Contents_Resources; -#else - Dir = gid_Dir_Brand_Root; -#endif - Name = "LICENSE.fodt"; - Styles = (PACKED); -End - -File gid_Credits_Odt - TXT_FILE_BODY; -#if defined MACOSX - Dir = gid_Dir_Bundle_Contents_Resources; -#else - Dir = gid_Dir_Brand_Root; -#endif - Name = "CREDITS.fodt"; - Styles = (PACKED); -End - -File gid_Apache_Notice - TXT_FILE_BODY; -#if defined MACOSX - Dir = gid_Dir_Bundle_Contents_Resources; -#else - Dir = gid_Dir_Brand_Root; -#endif - Name = "NOTICE"; - Styles = (PACKED); -End |