productversion.mk (ff3f4ebc) productversion.mk (4f913391)
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 = apache_openoffice
46
47# default values to minimize maintainance 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 = apache_openoffice
46
47# default values to minimize maintainance effort
48
49# CAUTION! $(OOOBASEVERSION) from openoffice.lst NOT available (!)
50PRODUCTVERSION = 3.5
50PRODUCTVERSION = 4.0
51
52# CAUTION! $(BRANDPACKAGEVERSION) from openoffice.lst NOT available (!)
51
52# CAUTION! $(BRANDPACKAGEVERSION) from openoffice.lst NOT available (!)
53PRODUCTVERSIONSHORT = 3
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"
59# type icons :-), we are stripping all '.' for now.
60# ToDo: maybe we use a product major later ??
61ICONVERSION = $(PRODUCTVERSIONSHORT:s/.//g)

--- 15 unchanged lines hidden ---
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"
59# type icons :-), we are stripping all '.' for now.
60# ToDo: maybe we use a product major later ??
61ICONVERSION = $(PRODUCTVERSIONSHORT:s/.//g)

--- 15 unchanged lines hidden ---