Kaydet (Commit) 83767798 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Michael Meeks

Do passive registration of reportbuilder, to avoid java thrash at 1st start

üst eb339bf1
<?xml version="1.0"?>
<components xmlns="http://openoffice.org/2010/uno-components">
<component loader="com.sun.star.loader.Java2" uri="./sun-report-builder.jar">
<implementation name="com.sun.star.report.pentaho.SOFormulaParser">
<service name="com.sun.star.report.meta.FormulaParser"/>
</implementation>
<implementation name="com.sun.star.report.pentaho.SOFunctionManager">
<service name="com.sun.star.report.meta.FunctionManager"/>
</implementation>
<implementation name="com.sun.star.report.pentaho.SOReportJobFactory$_SOReportJobFactory">
<service name="com.sun.star.report.pentaho.SOReportJobFactory"/>
</implementation>
</component>
</components>
......@@ -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) $< $@
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
<manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Java"
manifest:full-path="sun-report-builder.jar"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-components"
manifest:full-path="components.rdb"/>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment