productversion.mk (86e1cf34) productversion.mk (151db34c)
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

--- 33 unchanged lines hidden (view full) ---

42# CAUTION! here the parsing result from openoffice.lst is NOT available, so this is hardcoded
43# but should not be.
44# It has to be equal to PRODUCTNAME:l:s/\s/\_/g - see solenv/bin/modules/installer/setupscript.pm
45PRODUCTLIST = openoffice
46
47# default values to minimize maintenance effort
48
49# CAUTION! $(OOOBASEVERSION) from openoffice.lst NOT available (!)
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

--- 33 unchanged lines hidden (view full) ---

42# CAUTION! here the parsing result from openoffice.lst is NOT available, so this is hardcoded
43# but should not be.
44# It has to be equal to PRODUCTNAME:l:s/\s/\_/g - see solenv/bin/modules/installer/setupscript.pm
45PRODUCTLIST = openoffice
46
47# default values to minimize maintenance effort
48
49# CAUTION! $(OOOBASEVERSION) from openoffice.lst NOT available (!)
50PRODUCTVERSION = 4.1
50PRODUCTVERSION = 4.2
51
52# CAUTION! $(BRANDPACKAGEVERSION) from openoffice.lst NOT available (!)
53PRODUCTVERSIONSHORT = 4
54
55PKGVERSION = $(PRODUCTVERSION)
56# gnome-vfs treats everything behind the last '.' as an icon extension,
57# even though the "icon_filename" in '.keys' is specified as filename
58# without extension. Since it also does not know how to handle "2-writer"

--- 18 unchanged lines hidden ---
51
52# CAUTION! $(BRANDPACKAGEVERSION) from openoffice.lst NOT available (!)
53PRODUCTVERSIONSHORT = 4
54
55PKGVERSION = $(PRODUCTVERSION)
56# gnome-vfs treats everything behind the last '.' as an icon extension,
57# even though the "icon_filename" in '.keys' is specified as filename
58# without extension. Since it also does not know how to handle "2-writer"

--- 18 unchanged lines hidden ---