2004-02-05 11:10:37 -06:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 03:36:05 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2005-09-08 19:39:23 -05:00
|
|
|
*
|
2008-04-10 03:36:05 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2005-09-08 19:39:23 -05:00
|
|
|
*
|
2008-04-10 03:36:05 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2005-09-08 19:39:23 -05:00
|
|
|
*
|
2008-04-10 03:36:05 -05:00
|
|
|
* 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.
|
2005-09-08 19:39:23 -05:00
|
|
|
*
|
2008-04-10 03:36:05 -05:00
|
|
|
* 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).
|
2005-09-08 19:39:23 -05:00
|
|
|
*
|
2008-04-10 03:36:05 -05:00
|
|
|
* 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.
|
2005-09-08 19:39:23 -05:00
|
|
|
*
|
2004-02-05 11:10:37 -06:00
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
2007-08-20 09:35:16 -05:00
|
|
|
Installation gid_Installation_Ooo
|
2004-02-05 11:10:37 -06:00
|
|
|
ProductName = "${PRODUCTNAME}";
|
|
|
|
ProductVersion = "${PRODUCTVERSION}";
|
|
|
|
ProductExtension = "${PRODUCTEXTENSION}";
|
2008-04-15 08:57:58 -05:00
|
|
|
OOoBaseVersion = "${OOOBASEVERSION}";
|
2005-06-17 08:14:38 -05:00
|
|
|
UserDirProductVersion = "${USERDIRPRODUCTVERSION}";
|
2007-08-28 03:29:09 -05:00
|
|
|
JavaVersion = "${JAVAVERSION}";
|
2010-03-30 09:27:40 -05:00
|
|
|
SxwFormatName = "OpenOffice.org";
|
2004-11-26 14:53:13 -06:00
|
|
|
SxwFormatVersion = "1.1";
|
2004-02-05 11:10:37 -06:00
|
|
|
VendorName = "OpenOffice.org";
|
|
|
|
#ifdef WNT
|
2007-01-02 08:29:32 -06:00
|
|
|
DefaultDestPath = "<winprogpath>\${PRODUCTNAME}${PRODUCTVERSION}";
|
2004-02-05 11:10:37 -06:00
|
|
|
#else
|
2008-03-18 07:29:48 -05:00
|
|
|
DefaultDestPath = "/opt";
|
2004-02-05 11:10:37 -06:00
|
|
|
#endif
|
2004-06-11 11:53:54 -05:00
|
|
|
UpdateFor = "${UPDATEFOR}";
|
|
|
|
PatchLevel = 0;
|
2004-02-05 11:10:37 -06:00
|
|
|
Styles = (KEEP_OLD_VERSION);
|
|
|
|
End
|
|
|
|
|