diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-14 23:49:54 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-15 21:32:39 +0200 |
commit | 03420d69e2149d2d8b64eeb1ae36411348c9d297 (patch) | |
tree | 77892ffcaee0bdd83044fb6c98689aef315f8089 /scp2 | |
parent | 6e2d870fccb5f0c311e0e7e908d1b7cf30bd7455 (diff) |
scp2: remove unused files
Change-Id: I86d836be85c5d2a2412d5cca2b3a84a2590141ac
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/sdkoo/module_sdkoo.scp | 47 | ||||
-rw-r--r-- | scp2/source/sdkoo/module_sdkoo.ulf | 23 | ||||
-rw-r--r-- | scp2/source/smoketest/module_smoketest.scp | 30 | ||||
-rw-r--r-- | scp2/source/smoketest/module_smoketest.ulf | 16 | ||||
-rw-r--r-- | scp2/source/stdlibs/file_stdlibs.scp | 39 | ||||
-rw-r--r-- | scp2/source/stdlibs/module_stdlibs.scp | 24 | ||||
-rw-r--r-- | scp2/source/stdlibs/module_stdlibs.ulf | 13 |
7 files changed, 0 insertions, 192 deletions
diff --git a/scp2/source/sdkoo/module_sdkoo.scp b/scp2/source/sdkoo/module_sdkoo.scp deleted file mode 100644 index 86a418277372..000000000000 --- a/scp2/source/sdkoo/module_sdkoo.scp +++ /dev/null @@ -1,47 +0,0 @@ -/* - * 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 diff --git a/scp2/source/sdkoo/module_sdkoo.ulf b/scp2/source/sdkoo/module_sdkoo.ulf deleted file mode 100644 index cf24cbd74830..000000000000 --- a/scp2/source/sdkoo/module_sdkoo.ulf +++ /dev/null @@ -1,23 +0,0 @@ -/* - * 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." diff --git a/scp2/source/smoketest/module_smoketest.scp b/scp2/source/smoketest/module_smoketest.scp deleted file mode 100644 index 7495e7dcbef8..000000000000 --- a/scp2/source/smoketest/module_smoketest.scp +++ /dev/null @@ -1,30 +0,0 @@ -/* -*- 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: */ diff --git a/scp2/source/smoketest/module_smoketest.ulf b/scp2/source/smoketest/module_smoketest.ulf deleted file mode 100644 index 49f72062d815..000000000000 --- a/scp2/source/smoketest/module_smoketest.ulf +++ /dev/null @@ -1,16 +0,0 @@ -/* -*- 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: */ diff --git a/scp2/source/stdlibs/file_stdlibs.scp b/scp2/source/stdlibs/file_stdlibs.scp deleted file mode 100644 index 9a92188f3a92..000000000000 --- a/scp2/source/stdlibs/file_stdlibs.scp +++ /dev/null @@ -1,39 +0,0 @@ -/* - * 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 diff --git a/scp2/source/stdlibs/module_stdlibs.scp b/scp2/source/stdlibs/module_stdlibs.scp deleted file mode 100644 index 9bb86a7e9c95..000000000000 --- a/scp2/source/stdlibs/module_stdlibs.scp +++ /dev/null @@ -1,24 +0,0 @@ -/* - * 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 diff --git a/scp2/source/stdlibs/module_stdlibs.ulf b/scp2/source/stdlibs/module_stdlibs.ulf deleted file mode 100644 index a0a80ca9d8f7..000000000000 --- a/scp2/source/stdlibs/module_stdlibs.ulf +++ /dev/null @@ -1,13 +0,0 @@ -/* - * 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." |