/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sdkoo.scp,v $ * $Revision: 1.7 $ * * 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 * * for a copy of the LGPLv3 License. * ************************************************************************/ #include "macros.inc" Installation gid_Installation_Sdk ProductName = "${PRODUCTNAME}"; ProductVersion = "${PRODUCTVERSION}"; ProductExtension = "${PRODUCTEXTENSION}"; OOoBaseVersion = "${OOOBASEVERSION}"; #if defined WNT DefaultDestPath = "\%PRODUCTNAME"; #else DefaultDestPath = "/opt/%PRODUCTNAME"; #endif End DataCarrier gid_Datacarrier Name = "%PRODUCTNAME %PRODUCTVERSION"; DiskNo = 1; End #ifndef MACOSX #ifndef WNT Directory gid_Dir_Ooo_Openofficeorg_Sdk ParentID = PREDEFINED_PROGDIR; #ifdef WNT HostName = "${BASISROOTNAME}"; #else HostName = "${UNIXBASISROOTNAME}"; #endif End #endif #ifndef WNT Directory gid_Dir_Ooo_Basis_Sdk ParentID = gid_Dir_Ooo_Openofficeorg_Sdk; #ifdef WNT HostName = "Basis ${OOOBASEVERSION}"; #else HostName = "basis${OOOBASEVERSION}"; #endif Styles = (BASISDIRECTORY); End #endif #endif Directory gid_Dir_Basis_Sdk #if defined MACOSX ParentID = PREDEFINED_PROGDIR; DosName = "OpenOffice.org${OOOBASEVERSION}_SDK"; #else #if defined WNT ParentID = PREDEFINED_PROGDIR; #else ParentID = gid_Dir_Ooo_Basis_Sdk; #endif DosName = "sdk"; #endif End #if defined MACOSX ScpAction scp_Copy_License_Html_Sdk README_TXT_ALL_LANG(Copy, LICENSE, html); README_TXT_ALL_LANG(Name, LICENSE, html); Styles = (SCPZIP_REPLACE); Subdir = "LICENSEs"; End ScpAction scp_Copy_License_Txt_Sdk README_ALL_LANG(Copy, LICENSE); README_ALL_LANG(Name, LICENSE); Styles = (SCPZIP_REPLACE); Subdir = "LICENSEs"; End #endif Directory gid_Dir_Share_Sdk ParentID = gid_Dir_Basis_Sdk; DosName = "share"; End Directory gid_Dir_Share_Readme_Sdk ParentID = gid_Dir_Share_Sdk; DosName = "readme"; End Module gid_Module_Root Name = "sdkoo"; Description = "sdkoo"; PackageInfo = "packinfo_sdkoo.txt"; End File gid_File_Txt_License TXT_FILE_BODY; Dir = gid_Dir_Share_Readme_Sdk; #ifdef UNX Name = "LICENSE_en-US"; #endif #ifdef WNT Name = "license_en-US.txt"; #endif Styles = (PACKED, SCPZIP_REPLACE); End File gid_File_Txt_License_Html TXT_FILE_BODY; Dir = gid_Dir_Share_Readme_Sdk; #ifdef UNX Name = "LICENSE_en-US.html"; #endif #ifdef WNT Name = "license_en-US.html"; #endif Styles = (PACKED, SCPZIP_REPLACE); End File gid_File_Txt_Readme TXT_FILE_BODY; Dir = gid_Dir_Share_Readme_Sdk; #ifdef UNX Name = "README_en-US"; #endif #ifdef WNT Name = "readme_en-US.txt"; #endif Styles = (PACKED, SCPZIP_REPLACE); End File gid_File_Txt_Readme_Html TXT_FILE_BODY; Dir = gid_Dir_Share_Readme_Sdk; #ifdef UNX Name = "README_en-US.html"; #endif #ifdef WNT Name = "readme_en-US.html"; #endif Styles = (PACKED, SCPZIP_REPLACE); End File gid_File_Zip_Odkexamples TXT_FILE_BODY; Dir = gid_Dir_Basis_Sdk; Name = "odkexamples.zip"; Styles = (ARCHIVE,USE_INTERNAL_RIGHTS); End File gid_File_Zip_Odkcommon TXT_FILE_BODY; Dir = gid_Dir_Basis_Sdk; Name = "odkcommon.zip"; Styles = (ARCHIVE,USE_INTERNAL_RIGHTS); End