summaryrefslogtreecommitdiff
path: root/reportbuilder/Module_reportbuilder.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-04-15use the standard name pattern for a packageDavid Tardon1-1/+1
Change-Id: Ie9113403bb87543816220c84e53bf8b30673b194
2013-06-07fdo#65168: Fix regressions introduced with de-extension-ing report builderStephan Bergmann1-0/+1
...in 90a326c7028d5af132c62edfaef77c53627e4c0e "fdo#61950 move report builder from bundled extensions to plain code": * For one, ReportWizard.startReportWizard (wizards/com/sun/star/wizards/report/ReportWizard.java) would still try to load reportbuilderwizard.jar from the unpacked extension (and, failing that, fell back to the old default engine, so this didn't cause any failure per se). Instead, reference reportbuilderwizard.jar (which was also missing from scp2) from report.jar's manifest Class-Path (which will always be OK, even if reportbuilderwizard.jar is not installed) and check for the relevant class via Class::forName directly. * For another, the en-US/wizard/report/default.otr template had gone missing. The way to find it inside the unpacked extension in the past was to include a Paths.xcu update that extends the Template path. Instead, install that template directly into share/template now, and drop the (unused already) Paths.xcu update. Change-Id: I09eca2b69aa55d5b15fb5ecfec6881f8a6f6e5e5
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky1-4/+1
For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2012-05-30reportbuilder: build only when enabledMatúš Kukan1-1/+1
Change-Id: Iee65c6bd8ddc51b3ae703e6d38c825f3801389fe
2012-05-29gbuildize reportbuilderDavid Tardon1-0/+39