summaryrefslogtreecommitdiff
path: root/reportbuilder/util/makefile.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-22 18:02:48 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-11-22 18:20:19 +0000
commit8376779842ca51a60c214427513982acb25212ac (patch)
tree7958898a53b5ed7267fc71425fedca8e787f15ca /reportbuilder/util/makefile.mk
parenteb339bf18c1e76b208d3bfb21120717a97e23d45 (diff)
Do passive registration of reportbuilder, to avoid java thrash at 1st start
Diffstat (limited to 'reportbuilder/util/makefile.mk')
-rw-r--r--reportbuilder/util/makefile.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/reportbuilder/util/makefile.mk b/reportbuilder/util/makefile.mk
index 99752c22d9a8..a559957208cb 100644
--- a/reportbuilder/util/makefile.mk
+++ b/reportbuilder/util/makefile.mk
@@ -114,7 +114,7 @@ COMPONENT_MANIFEST_GENERIC:=TRUE
COMPONENT_MANIFEST_SEARCHDIR:=registry
# make sure to add your custom files here
-EXTENSION_PACKDEPS=$(COMPONENT_EXTJARFILES) $(MISC)/$(TARGET).copied $(COMPONENT_HTMLFILES) $(COMPONENT_OTR_FILES) $(COMPONENT_DESCRIPTION) $(COMPONENT_IMAGES)
+EXTENSION_PACKDEPS=$(COMPONENT_EXTJARFILES) $(MISC)/$(TARGET).copied $(COMPONENT_HTMLFILES) $(COMPONENT_OTR_FILES) $(COMPONENT_DESCRIPTION) $(COMPONENT_IMAGES) $(EXTENSIONDIR)/components.rdb
.ENDIF
# --- Targets ----------------------------------
@@ -126,6 +126,10 @@ $(EXTENSIONDIR)$/%.jar : $(SOLARBINDIR)$/%.jar
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
+$(EXTENSIONDIR)/components.rdb : components.rdb
+ @@-$(MKDIRHIER) $(@:d)
+ $(COPY) $< $@
+
$(EXTENSIONDIR)$/readme_en-US.% : $(PRJ)$/license$/readme_en-US.%
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@