From f153fe82239f24ff1abd2fbb8ab22eab2ea1dac0 Mon Sep 17 00:00:00 2001 From: Dirk Voelzke Date: Wed, 21 Apr 2010 08:25:26 +0200 Subject: nativeb: #i110985#: changed extension icons again --- mysqlc/images/sun_extension.png | Bin 5483 -> 0 bytes mysqlc/images/sun_extension_hc.png | Bin 3176 -> 0 bytes mysqlc/source/description.xml | 4 ++-- mysqlc/source/makefile.mk | 8 ++++---- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 mysqlc/images/sun_extension.png delete mode 100644 mysqlc/images/sun_extension_hc.png mode change 100644 => 100755 mysqlc/source/description.xml mode change 100644 => 100755 mysqlc/source/makefile.mk (limited to 'mysqlc') diff --git a/mysqlc/images/sun_extension.png b/mysqlc/images/sun_extension.png deleted file mode 100644 index cf3fe5f0d598..000000000000 Binary files a/mysqlc/images/sun_extension.png and /dev/null differ diff --git a/mysqlc/images/sun_extension_hc.png b/mysqlc/images/sun_extension_hc.png deleted file mode 100644 index 535a6bfdff4f..000000000000 Binary files a/mysqlc/images/sun_extension_hc.png and /dev/null differ diff --git a/mysqlc/source/description.xml b/mysqlc/source/description.xml old mode 100644 new mode 100755 index 0dc3284fa869..bc7563d39177 --- a/mysqlc/source/description.xml +++ b/mysqlc/source/description.xml @@ -20,8 +20,8 @@ Oracle - - + + diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk old mode 100644 new mode 100755 index 516f10a7dc0a..49c67344698f --- a/mysqlc/source/makefile.mk +++ b/mysqlc/source/makefile.mk @@ -225,8 +225,8 @@ COMPONENT_LIBRARIES=\ $(COMPONENT_LIBRARY) COMPONENT_IMAGES= \ - $(EXTENSIONDIR)$/images$/sun_extension.png \ - $(EXTENSIONDIR)$/images$/sun_extension_hc.png + $(EXTENSIONDIR)$/images$/extension_32.png \ + $(EXTENSIONDIR)$/images$/extension_32_h.png # ........ component description ........ @@ -267,9 +267,9 @@ EXTENSION_PACKDEPS+=$(COMPONENT_MYSQL_CPPCONN_FILE) .INCLUDE : target.mk .INCLUDE : extension_post.mk -$(EXTENSIONDIR)$/images$/%.png : $(PRJ)$/images$/%.png +$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f) @@-$(MKDIRHIER) $(@:d) - @$(COPY) $< $@ > $(NULLDEV) + $(COPY) $< $@ # existing descriptions: just copy $(EXTENSIONDIR)$/description$/%.txt: .$/description$/%.txt -- cgit