Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d78e4f0c
Kaydet (Commit)
d78e4f0c
authored
Haz 19, 2013
tarafından
Matúš Kukan
Kaydeden (comit)
Michael Stahl
Eyl 09, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
scp2: a little cleaning
Change-Id: I4b41f8c2c6dd82956cb2493676c9854744eecbad
üst
451ee8a4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
69 deletions
+28
-69
InstallModule_ooo.mk
scp2/InstallModule_ooo.mk
+0
-2
common_brand.scp
scp2/source/ooo/common_brand.scp
+9
-0
directory_ooo.scp
scp2/source/ooo/directory_ooo.scp
+12
-0
ooo_brand.scp
scp2/source/ooo/ooo_brand.scp
+0
-41
profile_ooo.scp
scp2/source/ooo/profile_ooo.scp
+0
-26
profileitem_ooo.scp
scp2/source/ooo/profileitem_ooo.scp
+7
-0
No files found.
scp2/InstallModule_ooo.mk
Dosyayı görüntüle @
d78e4f0c
...
@@ -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 \
...
...
scp2/source/ooo/common_brand.scp
Dosyayı görüntüle @
d78e4f0c
...
@@ -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;
...
...
scp2/source/ooo/directory_ooo.scp
Dosyayı görüntüle @
d78e4f0c
...
@@ -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;
...
...
scp2/source/ooo/ooo_brand.scp
deleted
100644 → 0
Dosyayı görüntüle @
451ee8a4
/*
* 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
scp2/source/ooo/profile_ooo.scp
deleted
100644 → 0
Dosyayı görüntüle @
451ee8a4
/*
* 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
scp2/source/ooo/profileitem_ooo.scp
Dosyayı görüntüle @
d78e4f0c
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment