diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-22 12:26:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-22 14:31:46 +0100 |
commit | e5202379e3ffa65e916e1d3dc14959d53d65acd7 (patch) | |
tree | 69d084941de78317dd22ad4b1285cc2f79f7818d /setup_native/source | |
parent | 21b3620be84a6b3c87cd7bf317dda506b4e37d2a (diff) |
sfx2 classification: include example XML in the instset
Change-Id: I23c0227ee304a6b756ff3d474866609d95e6a071
Diffstat (limited to 'setup_native/source')
-rw-r--r-- | setup_native/source/packinfo/packinfo_office.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt index a097481374c8..870d5a805e49 100644 --- a/setup_native/source/packinfo/packinfo_office.txt +++ b/setup_native/source/packinfo/packinfo_office.txt @@ -1163,6 +1163,21 @@ packageversion = "%PACKAGEVERSION" End Start +module = "gid_Module_Classification" +solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-classification-data" +solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core (Name="Core module for %PRODUCTNAME %PRODUCTVERSION")" +packagename = "%BASISPACKAGEPREFIX%PRODUCTVERSION-classification-data" +requires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION" +linuxpatchrequires = "" +copyright = "2016 The Document Foundation" +solariscopyright = "solariscopyrightfile" +vendor = "The Document Foundation" +description = "Classification data for %PRODUCTNAME %PRODUCTVERSION" +destpath = "/opt" +packageversion = "%PACKAGEVERSION" +End + +Start module = "gid_Module_Reportbuilder" solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-extension-report-builder" solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core (Name="Core module for %PRODUCTNAME %PRODUCTVERSION")" |