Kaydet (Commit) d78e4f0c authored tarafından Matúš Kukan's avatar Matúš Kukan Kaydeden (comit) Michael Stahl

scp2: a little cleaning

Change-Id: I4b41f8c2c6dd82956cb2493676c9854744eecbad
üst 451ee8a4
...@@ -169,8 +169,6 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\ ...@@ -169,8 +169,6 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\
scp2/source/ooo/module_help_template \ scp2/source/ooo/module_help_template \
scp2/source/ooo/module_hidden_ooo \ scp2/source/ooo/module_hidden_ooo \
scp2/source/ooo/module_lang_template \ scp2/source/ooo/module_lang_template \
scp2/source/ooo/ooo_brand \
scp2/source/ooo/profile_ooo \
scp2/source/ooo/profileitem_ooo \ scp2/source/ooo/profileitem_ooo \
scp2/source/ooo/scpaction_ooo \ scp2/source/ooo/scpaction_ooo \
scp2/source/ooo/shortcut_ooo \ scp2/source/ooo/shortcut_ooo \
......
...@@ -812,6 +812,15 @@ End ...@@ -812,6 +812,15 @@ End
// ProfileItems // ProfileItems
ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Server
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
ModuleID = gid_Module_Root_Brand;
Section = "ErrorReport";
Order = 8;
Key = "ErrorReportServer";
Value = "report.libreoffice.org";
End
ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
ProfileID = gid_Brand_Profile_Bootstrap_Ini; ProfileID = gid_Brand_Profile_Bootstrap_Ini;
ModuleID = gid_Module_Root_Brand; ModuleID = gid_Module_Root_Brand;
......
...@@ -18,6 +18,18 @@ ...@@ -18,6 +18,18 @@
#include "macros.inc" #include "macros.inc"
#ifndef MACOSX
Directory gid_Dir_Brand_Root
ParentID = PREDEFINED_PROGDIR;
#ifdef WNT
HostName = "${WINDOWSBASISROOTNAME}";
#else
HostName = ".";
#endif
Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION,CREATE);
End
#endif
#ifdef MACOSX #ifdef MACOSX
Directory gid_Dir_Bundle_Contents_Resources Directory gid_Dir_Bundle_Contents_Resources
ParentID = gid_Dir_Bundle_Contents; ParentID = gid_Dir_Bundle_Contents;
......
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "macros.inc"
#ifndef MACOSX
Directory gid_Dir_Brand_Root
ParentID = PREDEFINED_PROGDIR;
#ifdef WNT
HostName = "${WINDOWSBASISROOTNAME}";
#else
HostName = ".";
#endif
Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION,CREATE);
End
#endif
ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Server
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
ModuleID = gid_Module_Root_Brand;
Section = "ErrorReport";
Order = 8;
Key = "ErrorReportServer";
Value = "report.libreoffice.org";
End
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "macros.inc"
Profile gid_Profile_Uno_Ini
ModuleID = gid_Module_Root;
Name = PROFILENAME(uno);
Dir = GID_BRAND_DIR_ETC;
Styles = (NETWORK);
End
...@@ -20,6 +20,13 @@ ...@@ -20,6 +20,13 @@
#include "config_folders.h" #include "config_folders.h"
Profile gid_Profile_Uno_Ini
ModuleID = gid_Module_Root;
Name = PROFILENAME(uno);
Dir = GID_BRAND_DIR_ETC;
Styles = (NETWORK);
End
ProfileItem gid_Profileitem_Setup_Uno_Services ProfileItem gid_Profileitem_Setup_Uno_Services
ProfileID = gid_Profile_Setup_Ini; ProfileID = gid_Profile_Setup_Ini;
ModuleID = gid_Module_Root; ModuleID = gid_Module_Root;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment