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
03420d69
Kaydet (Commit)
03420d69
authored
Haz 14, 2013
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
scp2: remove unused files
Change-Id: I86d836be85c5d2a2412d5cca2b3a84a2590141ac
üst
6e2d870f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
192 deletions
+0
-192
module_sdkoo.scp
scp2/source/sdkoo/module_sdkoo.scp
+0
-47
module_sdkoo.ulf
scp2/source/sdkoo/module_sdkoo.ulf
+0
-23
module_smoketest.scp
scp2/source/smoketest/module_smoketest.scp
+0
-30
module_smoketest.ulf
scp2/source/smoketest/module_smoketest.ulf
+0
-16
file_stdlibs.scp
scp2/source/stdlibs/file_stdlibs.scp
+0
-39
module_stdlibs.scp
scp2/source/stdlibs/module_stdlibs.scp
+0
-24
module_stdlibs.ulf
scp2/source/stdlibs/module_stdlibs.ulf
+0
-13
No files found.
scp2/source/sdkoo/module_sdkoo.scp
deleted
100644 → 0
Dosyayı görüntüle @
6e2d870f
/*
* 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"
Module gid_Module_Optional_Sdkoo
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_SDKOO );
Sortkey = "630";
ParentID = gid_Module_Optional;
Default = NO;
Files = (
gid_File_Package_odk_bin,
gid_File_Package_odk_cli,
gid_File_Package_odk_config,
gid_File_Package_odk_config_win,
gid_File_Package_odk_config_notwin,
gid_File_Package_odk_docs,
gid_File_Package_odk_html,
gid_File_Package_odk_javadoc,
gid_File_Package_odk_lib,
gid_File_Package_odk_macosx,
gid_File_Package_odk_settings,
gid_File_Package_odk_settings_generated,
gid_File_Package_odk_unowinreg,
gid_File_Zip_doxygen,
gid_File_Zip_Odkexamples,
gid_File_Zip_OdkIdl_udkapi,
gid_File_Zip_OdkIdl_offapi,
gid_File_Zip_uno_loader_classes
);
End
scp2/source/sdkoo/module_sdkoo.ulf
deleted
100644 → 0
Dosyayı görüntüle @
6e2d870f
/*
* 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 .
*/
[STR_NAME_MODULE_OPTIONAL_SDKOO]
en-US = "Software Development Kit (SDK)"
[STR_DESC_MODULE_OPTIONAL_SDKOO]
en-US = "The SDK provides all necessary tools, examples and documentation to program with and for the office."
scp2/source/smoketest/module_smoketest.scp
deleted
100644 → 0
Dosyayı görüntüle @
6e2d870f
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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/.
*/
#include "macros.inc"
Module gid_Module_Optional_Smoketest
PackageInfo = "packinfo_test.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_SMOKETEST );
Sortkey = "630";
ParentID = gid_Module_Optional;
Default = NO;
Files = (gid_Test_File_Txt_License,
gid_Test_File_Txt_Readme,
gid_Test_File_Misc_Smoketestdoc,
gid_Test_File_Bin_LOSmoketest,
gid_Test_File_Exe_Cppunittester,
gid_Test_File_Lib_Cppunit,
gid_Test_File_Lib_Smoketest,
gid_Test_File_Lib_Test,
gid_Test_File_Lib_Unotest,
gid_Test_File_Lib_Unoexceptionprotector);
End
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
scp2/source/smoketest/module_smoketest.ulf
deleted
100644 → 0
Dosyayı görüntüle @
6e2d870f
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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/.
*/
[STR_NAME_MODULE_OPTIONAL_SMOKETEST]
en-US = "%PRODUCTNAME %PRODUCTVERSION Smoketest"
[STR_DESC_MODULE_OPTIONAL_SMOKETEST]
en-US = "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
scp2/source/stdlibs/file_stdlibs.scp
deleted
100644 → 0
Dosyayı görüntüle @
6e2d870f
/*
* 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/.
*/
#include "macros.inc"
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY))
File gid_File_Dl_GccS
LIB_FILE_BODY;
Dir = SCP2_URE_DL_DIR;
#ifdef AIX
Name = "libgcc_s.a";
#else
Name = SCP2_URE_DL_VER("gcc_s", STRING(SHORTSTDC3));
#endif
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
// CompID = "C601D04B-2194-4F1B-BB09-7B4930D6E1DB";
End
#endif
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY))
File gid_File_Dl_Stdcpp
Dir = SCP2_URE_DL_DIR;
LIB_FILE_BODY;
#ifdef AIX
Name = "libstdc++.a";
#else
Name = SCP2_URE_DL_VER("stdc++", STRING(SHORTSTDCPP3));
#endif
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
// CompID = "89740D6A-38EE-41AF-A6A2-A8F7ABBE4996";
End
#endif
scp2/source/stdlibs/module_stdlibs.scp
deleted
100644 → 0
Dosyayı görüntüle @
6e2d870f
/*
* 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/.
*/
#include "macros.inc"
Module gid_Module_Optional_Stdlibs
ParentID = gid_Module_Root;
Default = NO;
PackageInfo = "packinfo_ure.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_STDLIBS);
Styles = ();
Files = (
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY))
gid_File_Dl_GccS,
gid_File_Dl_Stdcpp
#endif
);
End
scp2/source/stdlibs/module_stdlibs.ulf
deleted
100644 → 0
Dosyayı görüntüle @
6e2d870f
/*
* 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/.
*/
[STR_NAME_MODULE_OPTIONAL_STDLIBS]
en-US = "Standard Compiler Libraries"
[STR_DESC_MODULE_OPTIONAL_STDLIBS]
en-US = "libstdc++ and libgcc_s for too old Linux systems."
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