diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-07 11:01:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-07 11:13:59 +0100 |
commit | 12f9287bcacc429e4417d14a57d90f40078223dd (patch) | |
tree | 4f8faf9be2c39e562fa8910d2e9578d03d20bda7 /reportbuilder | |
parent | 393ca6dde9de8f66ed55dc5d0a7885ad06f22301 (diff) |
Make gb_Extension_use_default_description/license explicit
...as a prerequisite for gbuild'ifying desktop/test/deployment/passive/, which
builds a test extension that does not match those default description/license
settings.
Change-Id: I200ff0ceb9750ed4b1c187305f10469f789d29cb
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/Extension_reportbuilder.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/reportbuilder/Extension_reportbuilder.mk b/reportbuilder/Extension_reportbuilder.mk index fd79c8783e6b..f42134f92996 100644 --- a/reportbuilder/Extension_reportbuilder.mk +++ b/reportbuilder/Extension_reportbuilder.mk @@ -27,6 +27,9 @@ $(eval $(call gb_Extension_Extension,report-builder,reportbuilder/util)) +$(eval $(call gb_Extension_use_default_description,report-builder)) +$(eval $(call gb_Extension_use_default_license,report-builder)) + $(eval $(call gb_Extension_add_files,report-builder,,\ $(call gb_Jar_get_outdir_target,reportbuilderwizard) \ $(call gb_Jar_get_outdir_target,sun-report-builder) \ |