[Libreoffice-commits] .: scp2/source

Petr Mladek pmladek at kemper.freedesktop.org
Fri Dec 2 08:14:52 PST 2011


 scp2/source/smoketest/smoketest.scp |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit ccad45fef484065ae303825a179326542f01b063
Author: Petr Mladek <pmladek at suse.cz>
Date:   Fri Dec 2 17:09:03 2011 +0100

    define missing directories for smoketest on MAC
    
    note that the smoketest is not packaged for MAC at this stage

diff --git a/scp2/source/smoketest/smoketest.scp b/scp2/source/smoketest/smoketest.scp
index aaed44f..9465b87 100644
--- a/scp2/source/smoketest/smoketest.scp
+++ b/scp2/source/smoketest/smoketest.scp
@@ -55,6 +55,19 @@ Directory gid_Test_Dir_Brand_Root
   #endif
     Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION,CREATE);
 End
+
+Directory gid_Test_Dir_Bundle
+    ParentID = PD_PROGDIR;
+    HostName = "%PRODUCTNAME.app";
+    LangPackHostName = "%PRODUCTNAME Language Pack.app";
+    PatchHostName = "%PRODUCTNAME Patch.app";
+End
+
+Directory gid_Test_Dir_Bundle_Contents
+    ParentID = gid_Test_Dir_Bundle;
+    HostName = "Contents";
+    Styles = (OFFICEDIRECTORY);
+End
 #endif
 
 Directory gid_Test_Brand_Dir_Program


More information about the Libreoffice-commits mailing list