diff options
author | August Sodora <augsod@gmail.com> | 2011-12-05 17:15:34 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-05 17:16:45 -0500 |
commit | f58ae13e8a0794295ddf35d50c37299d06d4ea28 (patch) | |
tree | e340552558490fa242b59ff21b699ac236e3d0d1 /scp2/source | |
parent | 5f49389c742c2ff642ee886eb816b2959c596ff6 (diff) |
Prevent the testtool from building
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/testtool/file_testtool.scp | 53 | ||||
-rw-r--r-- | scp2/source/testtool/makefile.mk | 48 | ||||
-rw-r--r-- | scp2/source/testtool/module_testtool.scp | 37 | ||||
-rw-r--r-- | scp2/source/testtool/module_testtool.ulf | 32 |
4 files changed, 0 insertions, 170 deletions
diff --git a/scp2/source/testtool/file_testtool.scp b/scp2/source/testtool/file_testtool.scp deleted file mode 100644 index 703de8ff39da..000000000000 --- a/scp2/source/testtool/file_testtool.scp +++ /dev/null @@ -1,53 +0,0 @@ -/************************************************************************* - * - * 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. - * - ************************************************************************/ - -#include "macros.inc" - -STD_LIB_FILE( gid_File_Lib_Communi, communi ) -STD_LIB_FILE( gid_File_Lib_Simplecm, simplecm ) - -File gid_File_Bin_Testtool - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Styles = (PACKED); -#if defined WNT - Name = "testtool.exe"; -#else - Name = "testtool"; -#endif -End - -File gid_File_Config_Testtool - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Styles = (PACKED); - #ifdef UNX - Name = "testtoolrc"; - #else - Name = "testtool.ini"; - #endif -End diff --git a/scp2/source/testtool/makefile.mk b/scp2/source/testtool/makefile.mk deleted file mode 100644 index debb27f20d62..000000000000 --- a/scp2/source/testtool/makefile.mk +++ /dev/null @@ -1,48 +0,0 @@ -#************************************************************************* -# -# 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. -# -#************************************************************************* - -PRJ=..$/.. - -PRJNAME=scp2 -TARGET=testtool -TARGETTYPE=CUI - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -SCP_PRODUCT_TYPE=osl - -PARFILES= \ - module_testtool.par \ - file_testtool.par - -ULFFILES= \ - module_testtool.ulf - -# --- File --------------------------------------------------------- -.INCLUDE : target.mk diff --git a/scp2/source/testtool/module_testtool.scp b/scp2/source/testtool/module_testtool.scp deleted file mode 100644 index 2f4c4453f5d2..000000000000 --- a/scp2/source/testtool/module_testtool.scp +++ /dev/null @@ -1,37 +0,0 @@ -/************************************************************************* - * - * 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. - * - ************************************************************************/ - -#include "macros.inc" - -Module gid_Module_Optional_Testtool - PackageInfo = "packinfo_office.txt"; - MOD_NAME_DESC ( MODULE_OPTIONAL_TESTTOOL ); - Sortkey = "650"; - ParentID = gid_Module_Optional; - Default = NO; - Files = (gid_File_Bin_Testtool, gid_File_Lib_Communi, gid_File_Lib_Simplecm, gid_File_Hid_Testtool, gid_File_Config_Testtool); -End diff --git a/scp2/source/testtool/module_testtool.ulf b/scp2/source/testtool/module_testtool.ulf deleted file mode 100644 index 8d219eaab541..000000000000 --- a/scp2/source/testtool/module_testtool.ulf +++ /dev/null @@ -1,32 +0,0 @@ -/************************************************************************* - * - * 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. - * - ************************************************************************/ - -[STR_NAME_MODULE_OPTIONAL_TESTTOOL] -en-US = "Testtool" - -[STR_DESC_MODULE_OPTIONAL_TESTTOOL] -en-US = "Testtool" |