[Libreoffice-commits] .: 2 commits - instsetoo_native/inc_ooohelppack scp2/source

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Dec 16 02:07:36 PST 2010


 scp2/source/templates/module_helppack.sct      |   34 ++++++++++++++++++++++
 scp2/source/templates/module_helppack_root.sct |   37 +++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

New commits:
commit c0ff6443ffeb352d76429aee7e7e9bdce9021e64
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Dec 16 10:12:55 2010 +0100

    Add a missing file

diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/components.txt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/components.txt
new file mode 100644
index 0000000..e69de29
commit 05f97bacab2ef860e8527e9f5458ace2be38edbb
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Dec 16 11:06:13 2010 +0100

    Add two template files

diff --git a/scp2/source/templates/module_helppack.sct b/scp2/source/templates/module_helppack.sct
new file mode 100644
index 0000000..d0501ba
--- /dev/null
+++ b/scp2/source/templates/module_helppack.sct
@@ -0,0 +1,34 @@
+/*************************************************************************
+*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ * 
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org.  If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+************************************************************************/
+
+Module gid_Module_Helppack_Root_<LANGUAGE_>
+    ParentID = gid_Module_Helppack_Helproot;
+    Sortkey = "<SORTKEY>";
+    Language = "<LANGUAGE>";
+    MOD_NAME_DESC(MODULE_HELPPACK_<LANGUAGEBIG_>);
+    Styles =(HELPPACK, SHOW_MULTILINGUAL_ONLY, USELANGUAGENAME);
+End
diff --git a/scp2/source/templates/module_helppack_root.sct b/scp2/source/templates/module_helppack_root.sct
new file mode 100644
index 0000000..92acccb
--- /dev/null
+++ b/scp2/source/templates/module_helppack_root.sct
@@ -0,0 +1,37 @@
+/*************************************************************************
+*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ * 
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org.  If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+************************************************************************/
+
+Module gid_Module_Helppack_Help_<LANGUAGE_>
+    ParentID = gid_Module_Helppack_Root_<LANGUAGE_>;
+    Sortkey = "200";
+    Language = "<LANGUAGE>";
+    Assigns = gid_Module_Helppack_Help_Template;
+    Name = "gid_Module_Helppack_Help_<LANGUAGE_>";
+    Description = "gid_Module_Helppack_Help_<LANGUAGE_>";
+    PackageInfo = "packinfo_office_lang.txt";
+    Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
+End


More information about the Libreoffice-commits mailing list