diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-05-26 14:41:36 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-05-26 14:41:36 +0100 |
commit | 8564babc46973efba3a2bf9675112283388afc34 (patch) | |
tree | 6ab8eb8aa54f8d13375848862d69ba0ce65a32c0 /reportbuilder | |
parent | 18c8125774ef8a33042d44b4c8b578ca1c84260a (diff) | |
parent | 68c7f8fae5659753748eead42d12ed64db84702e (diff) |
cmcfixes74: merge with DEV300 m79
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/images/em47.png | bin | 5483 -> 0 bytes | |||
-rw-r--r-- | reportbuilder/images/em47_hc.png | bin | 3176 -> 0 bytes | |||
-rwxr-xr-x[-rw-r--r--] | reportbuilder/util/component.txt | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | reportbuilder/util/description.xml | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | reportbuilder/util/makefile.mk | 10 |
5 files changed, 9 insertions, 10 deletions
diff --git a/reportbuilder/images/em47.png b/reportbuilder/images/em47.png Binary files differdeleted file mode 100644 index cf3fe5f0d598..000000000000 --- a/reportbuilder/images/em47.png +++ /dev/null diff --git a/reportbuilder/images/em47_hc.png b/reportbuilder/images/em47_hc.png Binary files differdeleted file mode 100644 index 535a6bfdff4f..000000000000 --- a/reportbuilder/images/em47_hc.png +++ /dev/null diff --git a/reportbuilder/util/component.txt b/reportbuilder/util/component.txt index 3b6ba3156efc..21a1f1e2d145 100644..100755 --- a/reportbuilder/util/component.txt +++ b/reportbuilder/util/component.txt @@ -1 +1 @@ -Create with the Oracle 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. +Create with the 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/reportbuilder/util/description.xml b/reportbuilder/util/description.xml index a4031236bd2b..a96d41bbe6af 100644..100755 --- a/reportbuilder/util/description.xml +++ b/reportbuilder/util/description.xml @@ -3,8 +3,7 @@ xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> <display-name> - <name lang="en-US">Oracle Report Builder</name> - <!-- <name lang="en-US">Sun(TM) Report Builder</name> --> + <name lang="en-US">Report Builder</name> </display-name> <registration> <simple-license accept-by="admin" default-license-id="lic-en-US" suppress-if-required="true" > @@ -20,8 +19,8 @@ <name xlink:href="http://www.oracle.com/us/products/applications/open-office" lang="en">Oracle</name> </publisher> <icon> - <default xlink:href="images/em47.png" /> - <high-contrast xlink:href="images/em47_hc.png" /> + <default xlink:href="images/extension_32.png" /> + <high-contrast xlink:href="images/extension_32_h.png" /> </icon> <extension-description> <src xlink:href="help/component.txt" lang="en" /> diff --git a/reportbuilder/util/makefile.mk b/reportbuilder/util/makefile.mk index 7ff8f64e7938..c52e85841f68 100644..100755 --- a/reportbuilder/util/makefile.mk +++ b/reportbuilder/util/makefile.mk @@ -41,8 +41,8 @@ EXTENSION_VERSION_BASE=1.2.1 .IF "$(L10N_framework)"=="" # ------------------------------------------------------------------ # calready set in util$/makefile.pmk -# EXTENSIONNAME:=oracle-report-builder -EXTENSION_ZIPNAME:=oracle-report-builder +# EXTENSIONNAME:=report-builder +EXTENSION_ZIPNAME:=report-builder # create Extension ----------------------------- @@ -76,8 +76,8 @@ COMPONENT_OTR_FILES= \ $(EXTENSIONDIR)$/template$/en-US$/wizard$/report$/default.otr COMPONENT_IMAGES= \ - $(EXTENSIONDIR)$/images$/em47.png \ - $(EXTENSIONDIR)$/images$/em47_hc.png + $(EXTENSIONDIR)$/images$/extension_32.png \ + $(EXTENSIONDIR)$/images$/extension_32_h.png COMPONENT_HTMLFILES = $(EXTENSIONDIR)$/THIRDPARTYREADMELICENSE.html \ $(EXTENSIONDIR)$/readme_en-US.html \ @@ -133,7 +133,7 @@ $(EXTENSIONDIR)$/readme_en-US.% : $(PRJ)$/license$/readme_en-US.% @@-$(MKDIRHIER) $(@:d) $(COPY) $< $@ -$(EXTENSIONDIR)$/images$/%.png : $(PRJ)$/images$/%.png +$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f) @@-$(MKDIRHIER) $(@:d) $(COPY) $< $@ |