diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-16 23:26:51 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-17 00:49:48 +0100 |
commit | ce8f0a7e7205e70e7ec5f1be0024e52903fdec7a (patch) | |
tree | d5be2d4a194f5a89a7451d6f2cbe00fe740b36eb /scp2 | |
parent | 38b42cee869c573dcdd9af2538a143edf9f18d33 (diff) |
Removing the last remnants of layout - sorry to see it go :-(
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/prj/build.lst | 3 | ||||
-rw-r--r-- | scp2/source/layout/layout.scp | 62 | ||||
-rw-r--r-- | scp2/source/layout/makefile.mk | 46 |
3 files changed, 1 insertions, 110 deletions
diff --git a/scp2/prj/build.lst b/scp2/prj/build.lst index f225c3e3e849..8f1397068296 100644 --- a/scp2/prj/build.lst +++ b/scp2/prj/build.lst @@ -14,7 +14,6 @@ cp scp2\source\graphicfilter nmake - all cp_graphicfilter cp_langm cp scp2\source\impress nmake - all cp_impress cp_langmacros cp_langtemplates NULL cp scp2\source\javafilter nmake - all cp_javafilter cp_langmacros cp_langtemplates NULL cp scp2\source\kde nmake - all cp_kde cp_langmacros cp_langtemplates NULL -cp scp2\source\layout nmake - all cp_layout cp_langmacros NULL cp scp2\source\math nmake - all cp_math cp_langmacros cp_langtemplates NULL cp scp2\source\ooo nmake - all cp_ooo cp_langmacros cp_langtemplates NULL cp scp2\source\python nmake - all cp_python cp_langmacros cp_langtemplates NULL @@ -27,4 +26,4 @@ cp scp2\source\xsltfilter nmake - all cp_xsltfilter cp_langmacr cp scp2\source\winexplorerext nmake - all cp_winexplorerext cp_langmacros cp_langtemplates NULL cp scp2\source\onlineupdate nmake - all cp_update cp_langmacros cp_langtemplates NULL cp scp2\source\accessories nmake - all cp_accessories cp_langmacros NULL -cp scp2\util nmake - all cp_util cp_activex cp_binfilter cp_calc cp_canvas cp_crashrep cp_draw cp_extensions cp_gnome cp_graphicfilter cp_impress cp_javafilter cp_kde cp_layout cp_math cp_ooo cp_python cp_quickstart cp_testtool cp_writer cp_base cp_xsltfilter cp_winexplorerext cp_sdkoo cp_update cp_accessories NULL +cp scp2\util nmake - all cp_util cp_activex cp_binfilter cp_calc cp_canvas cp_crashrep cp_draw cp_extensions cp_gnome cp_graphicfilter cp_impress cp_javafilter cp_kde cp_math cp_ooo cp_python cp_quickstart cp_testtool cp_writer cp_base cp_xsltfilter cp_winexplorerext cp_sdkoo cp_update cp_accessories NULL diff --git a/scp2/source/layout/layout.scp b/scp2/source/layout/layout.scp deleted file mode 100644 index a080a048b023..000000000000 --- a/scp2/source/layout/layout.scp +++ /dev/null @@ -1,62 +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" - -Directory gid_Dir_Share_Layout - ParentID = gid_Brand_Dir_Share; - DosName = "layout"; -End - -File gid_File_Zip_Toolkit_Layout - Dir = gid_Dir_Share_Layout; - USER_FILE_BODY; - Styles = (ARCHIVE); - Name = "toolkit-layout.zip"; -End - -File gid_File_Zip_Sc_Layout - Dir = gid_Dir_Share_Layout; - USER_FILE_BODY; - Styles = (ARCHIVE); - Name = "sc-layout.zip"; -End - -File gid_File_Zip_Svx_Layout - Dir = gid_Dir_Share_Layout; - USER_FILE_BODY; - Styles = (ARCHIVE); - Name = "svx-layout.zip"; -End - -File gid_File_Zip_Sw_Layout - Dir = gid_Dir_Share_Layout; - USER_FILE_BODY; - Styles = (ARCHIVE); - Name = "sw-layout.zip"; -End - diff --git a/scp2/source/layout/makefile.mk b/scp2/source/layout/makefile.mk deleted file mode 100644 index f2e759c35ed1..000000000000 --- a/scp2/source/layout/makefile.mk +++ /dev/null @@ -1,46 +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=..$/.. - -PRJPCH= - -PRJNAME=scp2 -TARGET=layout -TARGETTYPE=CUI - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -SCP_PRODUCT_TYPE=osl - -PARFILES= - -# --- File --------------------------------------------------------- - -.INCLUDE : target.mk |