[Libreoffice-commits] core.git: scp2/source

Andras Timar andras.timar at collabora.com
Wed May 13 15:02:59 PDT 2015


 scp2/source/ooo/common_brand.scp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit cb5a0b03bef4eb8ab0d8689ec73ed83bb73ef5c0
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu May 14 00:01:17 2015 +0200

    do not set unix executable bit for CREDITS.fodt, LICENSE.fodt and NOTICE
    
    Change-Id: Iab15ca1479d39e480369a18a7b043675d319f2ca

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 9650c18..e850714 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -1267,7 +1267,7 @@ File gid_License_Txt
 End
 
 File gid_License_Odt
-    BIN_FILE_BODY;
+    TXT_FILE_BODY;
 #if defined MACOSX
     Dir = gid_Dir_Bundle_Contents_Resources;
 #else
@@ -1278,7 +1278,7 @@ File gid_License_Odt
 End
 
 File gid_Credits_Odt
-    BIN_FILE_BODY;
+    TXT_FILE_BODY;
 #if defined MACOSX
     Dir = gid_Dir_Bundle_Contents_Resources;
 #else
@@ -1289,7 +1289,7 @@ File gid_Credits_Odt
 End
 
 File gid_Apache_Notice
-    BIN_FILE_BODY;
+    TXT_FILE_BODY;
 #if defined MACOSX
     Dir = gid_Dir_Bundle_Contents_Resources;
 #else


More information about the Libreoffice-commits mailing list