diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2017-12-13 04:27:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-12-13 08:29:30 +0100 |
commit | fe95086edda6a846b58f4ed568257e3fab46a0da (patch) | |
tree | e9344a24ccafd6703908ed9c6787b068e7cb186c /reportbuilder | |
parent | b0ebc5608e2f56f7377a60f49957a42ef6a89e6a (diff) |
Remove traces of Report Builder's former status as extension
Change-Id: I63730632933cbb1d6e655f70d222ffaaabd3fa08
Reviewed-on: https://gerrit.libreoffice.org/46361
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/README | 8 | ||||
-rw-r--r-- | reportbuilder/registry/data/org/openoffice/Setup.xcu | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/reportbuilder/README b/reportbuilder/README index 4bbe2db85936..25f8e85710ef 100644 --- a/reportbuilder/README +++ b/reportbuilder/README @@ -1 +1,7 @@ -Oracle report builder extension, from [http://extensions.services.openoffice.org/project/reportdesign]. +Report Builder, or "new style reports", replacing legacy reports (in reportdesign). +Started as an extension called "Sun Report Builder" then "Oracle Report Builder" +[http://extensions.services.openoffice.org/project/reportdesign], +which got bundled with LibreOffice, then converted to an optionallly installable +(but installed by default) part of LibreOffice proper. + +Uses the Pentaho Reporting Flow Engine of Pentaho BI [http://www.pentaho.com/]. diff --git a/reportbuilder/registry/data/org/openoffice/Setup.xcu b/reportbuilder/registry/data/org/openoffice/Setup.xcu index 149eab98bc44..c8f613ff1a17 100644 --- a/reportbuilder/registry/data/org/openoffice/Setup.xcu +++ b/reportbuilder/registry/data/org/openoffice/Setup.xcu @@ -36,10 +36,9 @@ <value >GenericCategories</value> </prop> <prop oor:name="ooSetupFactoryUIName"> - <value >Base: Oracle Report Builder</value> + <value >Base: Report Builder</value> </prop> </node> </node> </node> </oor:component-data> - |