summaryrefslogtreecommitdiff
path: root/reportdesign/util
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/util')
-rw-r--r--reportdesign/util/component.txt1
-rw-r--r--reportdesign/util/delzip1
-rw-r--r--reportdesign/util/description.xml22
-rw-r--r--reportdesign/util/makefile.mk113
-rw-r--r--reportdesign/util/makefile.pmk70
-rw-r--r--reportdesign/util/manifest.xml7
-rw-r--r--reportdesign/util/target.pmk38
7 files changed, 1 insertions, 251 deletions
diff --git a/reportdesign/util/component.txt b/reportdesign/util/component.txt
deleted file mode 100644
index 17f312c8ea72..000000000000
--- a/reportdesign/util/component.txt
+++ /dev/null
@@ -1 +0,0 @@
-Create with the Sun Report Builder stylish, smart-looking database reports. The flexible report editor can define group and page headers as well as group and page footers and even calculation fields are available to accomplish complex database reports.
diff --git a/reportdesign/util/delzip b/reportdesign/util/delzip
deleted file mode 100644
index 8b137891791f..000000000000
--- a/reportdesign/util/delzip
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/reportdesign/util/description.xml b/reportdesign/util/description.xml
deleted file mode 100644
index d34bdaa3d117..000000000000
--- a/reportdesign/util/description.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<description xmlns="http://openoffice.org/extensions/description/2006"
- xmlns:d="http://openoffice.org/extensions/description/2006"
- xmlns:xlink="http://www.w3.org/1999/xlink">
- <display-name>
- <name lang="en-US">Sun™ Report Builder</name>
- <!-- <name lang="en-US">Sun(TM) Report Builder</name> -->
- </display-name>
- <registration>
- <simple-license accept-by="admin" default-license-id="lic-en-US" >
- <license-text xlink:href="licensefile" lang="isocode" license-id="lic-isocode"/>
- </simple-license>
- </registration>
- <version value="1.0.9"/>
- <identifier value="com.sun.reportdesigner"/>
- <dependencies>
- <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
- </dependencies>
- <publisher>
- <name xlink:href="http://www.sun.com/staroffice" lang="en">Sun Microsystems, Inc.</name>
- </publisher>
-</description>
diff --git a/reportdesign/util/makefile.mk b/reportdesign/util/makefile.mk
index ffdb93c2e082..6faf7b460827 100644
--- a/reportdesign/util/makefile.mk
+++ b/reportdesign/util/makefile.mk
@@ -37,21 +37,10 @@ TARGET2=$(TARGET)ui
GEN_HID=TRUE
GEN_HID_OTHER=TRUE
-EXTENSION_VERSION_BASE=1.0.9
-.IF "$(PRODUCT)" != ""
- EXTENSION_VERSION=$(EXTENSION_VERSION_BASE)
-.ELSE
- EXTENSION_VERSION=$(EXTENSION_VERSION_BASE).$(BUILD)
-.ENDIF
-
# --- Settings ----------------------------------
-.INCLUDE : makefile.pmk
+.INCLUDE : settings.mk
# ------------------------------------------------------------------
-# calready set in util$/makefile.pmk
-# EXTENSIONNAME:=sun-report-builder
-EXTENSION_ZIPNAME:=sun-report-builder
-
# --- reportdesign core (rpt) -----------------------------------
LIB1TARGET=$(SLB)$/$(TARGET).lib
@@ -217,107 +206,7 @@ SHL3DEF= $(MISC)$/$(SHL3TARGET).def
DEF3NAME=$(SHL3TARGET)
-# create Extension -----------------------------
-
-.IF "$(SOLAR_JAVA)"!=""
-
-XMLFILES = $(EXTENSIONDIR)$/META-INF$/manifest.xml
-
-# DESCRIPTION_SRC is the source file which is copied into the extension
-# It is defaulted to "description.xml", but we want to pre-process it, so we use an intermediate
-# file
-DESCRIPTION_SRC = $(MISC)$/description.xml
-
-COMPONENT_MERGED_XCU= \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Setup.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/DataAccess.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/ReportDesign.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/ExtendedColorScheme.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Embedding.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Paths.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Accelerators.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/TypeDetection$/Filter.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/TypeDetection$/Types.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/UI$/ReportCommands.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/UI$/Controller.xcu \
- $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/UI$/DbReportWindowState.xcu \
- $(EXTENSIONDIR)$/registry$/schema$/org$/openoffice$/Office$/UI$/DbReportWindowState.xcs \
- $(EXTENSIONDIR)$/registry$/schema$/org$/openoffice$/Office$/UI$/ReportCommands.xcs \
- $(EXTENSIONDIR)$/registry$/schema$/org$/openoffice$/Office$/ReportDesign.xcs
-
-COMPONENT_OTR_FILES= \
- $(EXTENSIONDIR)$/template$/en-US$/wizard$/report$/default.otr
-
-COMPONENT_IMAGES= \
- $(EXTENSIONDIR)$/images$/em42.png \
- $(EXTENSIONDIR)$/images$/em42_hc.png
-
-COMPONENT_HTMLFILES = $(EXTENSIONDIR)$/THIRDPARTYREADMELICENSE.html \
- $(EXTENSIONDIR)$/readme_en-US.html \
- $(EXTENSIONDIR)$/readme_en-US.txt
-
-COMPONENT_JARFILES = \
- $(EXTENSIONDIR)$/sun-report-builder.jar
-
-COMPONENT_HELP= \
- $(EXTENSIONDIR)$/help$/component.txt
-
-# .jar files from solver
-COMPONENT_EXTJARFILES = \
- $(EXTENSIONDIR)$/sun-report-builder.jar \
- $(EXTENSIONDIR)$/reportbuilderwizard.jar
-.IF "$(SYSTEM_JFREEREPORT)" != "YES"
-COMPONENT_EXTJARFILES += \
- $(EXTENSIONDIR)$/flute-1.3-jfree-20061107.jar \
- $(EXTENSIONDIR)$/jcommon-1.0.10.jar \
- $(EXTENSIONDIR)$/jcommon-serializer-0.2.0.jar \
- $(EXTENSIONDIR)$/libfonts-0.3.3.jar \
- $(EXTENSIONDIR)$/libformula-0.1.14.jar \
- $(EXTENSIONDIR)$/liblayout-0.2.8.jar \
- $(EXTENSIONDIR)$/libloader-0.3.6.jar \
- $(EXTENSIONDIR)$/librepository-0.1.4.jar \
- $(EXTENSIONDIR)$/libxml-0.9.9.jar \
- $(EXTENSIONDIR)$/pentaho-reporting-flow-engine-0.9.2.jar \
- $(EXTENSIONDIR)$/sac.jar
-.ENDIF
-
-COMPONENT_MANIFEST_GENERIC:=TRUE
-COMPONENT_MANIFEST_SEARCHDIR:=registry
-
-# make sure to add your custom files here
-EXTENSION_PACKDEPS=$(COMPONENT_EXTJARFILES) $(COMPONENT_HTMLFILES) $(COMPONENT_OTR_FILES) $(COMPONENT_HELP) $(COMPONENT_IMAGES)
-
# --- Targets ----------------------------------
-.INCLUDE : extension_pre.mk
-.INCLUDE : target.mk
-.INCLUDE : extension_post.mk
-
-$(EXTENSIONDIR)$/%.jar : $(SOLARBINDIR)$/%.jar
- @@-$(MKDIRHIER) $(@:d)
- $(COPY) $< $@
-
-$(EXTENSIONDIR)$/readme_en-US.% : $(PRJ)$/license$/readme_en-US.%
- @@-$(MKDIRHIER) $(@:d)
- $(COPY) $< $@
-
-$(EXTENSIONDIR)$/images$/%.png : $(PRJ)$/images$/%.png
- @@-$(MKDIRHIER) $(@:d)
- $(COPY) $< $@
-
-$(EXTENSIONDIR)$/THIRDPARTYREADMELICENSE.html : $(PRJ)$/license$/THIRDPARTYREADMELICENSE.html
- @@-$(MKDIRHIER) $(@:d)
- $(COPY) $< $@
-
-$(COMPONENT_HELP) : $$(@:f)
- @@-$(MKDIRHIER) $(@:d)
- $(COPY) $< $@
-
-$(DESCRIPTION_SRC): description.xml
- +-$(RM) $@
- $(TYPE) description.xml | $(SED) "s/#VERSION#/$(EXTENSION_VERSION)/" > $@
-
-.ELSE # "$(SOLAR_JAVA)"!=""
.INCLUDE : target.mk
-.ENDIF # "$(SOLAR_JAVA)"!=""
diff --git a/reportdesign/util/makefile.pmk b/reportdesign/util/makefile.pmk
deleted file mode 100644
index 87409c959047..000000000000
--- a/reportdesign/util/makefile.pmk
+++ /dev/null
@@ -1,70 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2008 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# $RCSfile: makefile.pmk,v $
-#
-# $Revision: 1.6 $
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-XSLDIR=$(SOLARXMLDIR)$/processing
-ABSXCSROOT=$(PWD)$/$(MISC)$/$(EXTNAME)
-# ABSXCSROOT=$(MISC)$/$(EXTNAME)
-XCSROOT=..
-# XCSROOT=$(SOLARXMLDIR)
-# ABSXCSROOT=$(SOLARXMLDIR)
-DTDDIR=$(SOLARXMLDIR)
-PROCESSOUT=$(MISC)$/$(EXTNAME)
-PROCESSORDIR=$(SOLARBINDIR)
-
-
-# no validation by inspector class
-NO_INSPECTION=TRUE
-
-JAVAPREPRO=
-.IF "$(JDK_VERSION)" == "110"
-JAVAPREPRO=-jdk11
-.ENDIF
-.IF "$(PRODUCT)" != ""
-JAVAPREPRO=$(JAVAPREPRO) + " -product"
-.ENDIF
-
-# --- Settings -----------------------------------------------------
-
-EXTENSIONNAME:=sun-report-builder
-
-.INCLUDE : settings.mk
-
-NOUNODOC=
-BUILD_URD_ONLY=TRUE
-LOCALIDLFILES=TRUE
-URDDOC=TRUE
-
-.IF "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD"
-.IF "$(CPU)"=="I"
-UNOIDL=unoidl
-.ENDIF
-.ENDIF
-
diff --git a/reportdesign/util/manifest.xml b/reportdesign/util/manifest.xml
deleted file mode 100644
index 8ea30b6ad08e..000000000000
--- a/reportdesign/util/manifest.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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.package-bundle-description"
- manifest:full-path="help/component.txt"/>
diff --git a/reportdesign/util/target.pmk b/reportdesign/util/target.pmk
deleted file mode 100644
index 42cc9e453b97..000000000000
--- a/reportdesign/util/target.pmk
+++ /dev/null
@@ -1,38 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2008 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# $RCSfile: target.pmk,v $
-#
-# $Revision: 1.3 $
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-REGISTRYCHECKFLAG=$(MISC)$/registrycheck.flag
-$(OUT)$/misc$/$(TARGET).idls: makefile.mk
- +-$(RM) $@
- +-$(RM) $(REGISTRYCHECKFLAG)
- +$(TYPE) $(mktmp $(foreach,i,$(IDLFILES) $(PACKAGE)$/$i)) >>$@
-
-ALLTAR: $(OUT)$/misc$/$(TARGET).idls
-