openoffice.lst.README
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22Some documentation for the variables specified in file openoffice.lst.
23
24VARIABLE NAME USAGE
25-------------------------------------------------------------------------------
26PRODUCTVERSION Beside other stuff it is used together with
27 the "buildid" (main/solenv/inc/minor.mk) to
28 create the ProductVersion property for
29 Microsoft Windows - "major.minor.build".
30 Note: major = [0..255], minor = [0..255],
31 build = [0..65535]
32 It is expected that PRODUCTVERSION follows
33 one of the following patterns:
34 (1) single decimal - e.g. "3"
35 (2) dec. dot dec. - e.g. "3.4"
36 (3) dec. dot dec. dot dec. - e.g. "3.4.1"
37 The first decimal is put into "major".
38 The second decimal is concatenated with the third
39 and is put into "minor".
40 E.g. "3.4.1" becomes "3.41.[buildid]"
41 The ProductVersion property is used during
42 the Windows installation to check, if a
43 newer or older version is already installed.
44
45LIBRARYVERSION Together with "buildid" and "vendornumber"
46 it becomes the version of the installation
47 files
48
49BASISPACKAGEPREFIX name prefix for the installation packages
50 for Linux/Solaris platforms
51UREPACKAGEPREFIX name prefix for the URE installation packages
52 for Linux platforms
53SOLSUREPACKAGEPREFIX name prefix for the URE installation packages
54 for Solaris platforms
55
56STARTCENTER_ADDFEATURE_URL URL in start center to link to extension website
57STARTCENTER_INFO_URL URL in start center to link to product homepage
58STARTCENTER_TEMPLREP_URL URL in start center to link to templates website
59
60DICT_REPO_URL specifies a repository URL where users can
61 download additional dictionaries
62
63UPDATEURL URL for the application update functionality
64
65SERVICETAG_PRODUCTNAME only for 'OOo improvement via usage tracking'
66SERVICETAG_PRODUCTVERSION only for 'OOo improvement via usage tracking'
67SERVICETAG_PARENTNAME only for 'OOo improvement via usage tracking'
68SERVICETAG_SOURCE only for 'OOo improvement via usage tracking'
69SERVICETAG_URN only for 'OOo improvement via usage tracking'
70REGISTRATION_HOST only for 'OOo improvement via usage tracking'
71REGISTRATION_PRODUCT only for 'OOo improvement via usage tracking'
72REGISTRATION_CID only for 'OOo improvement via usage tracking'
73
74