From 75877a17a64411bd6bbad536f0d6885d69b5f149 Mon Sep 17 00:00:00 2001 From: Vladimir Glazunov Date: Mon, 29 Mar 2010 16:24:13 +0200 Subject: native0ext:#161688# rebranding extensions - transplanted from 28f77bc32e70@native0 --- mysqlc/mysqlc | 1 + mysqlc/source/description.xml | 4 ++-- mysqlc/source/description/description_en-US.txt | 2 +- mysqlc/source/makefile.mk | 4 ++-- mysqlc/version.mk | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) create mode 120000 mysqlc/mysqlc (limited to 'mysqlc') diff --git a/mysqlc/mysqlc b/mysqlc/mysqlc new file mode 120000 index 000000000000..f6629f4ad545 --- /dev/null +++ b/mysqlc/mysqlc @@ -0,0 +1 @@ +../ooo/mysqlc \ No newline at end of file diff --git a/mysqlc/source/description.xml b/mysqlc/source/description.xml index e5a17a11851a..dbd64aa1a7e1 100644 --- a/mysqlc/source/description.xml +++ b/mysqlc/source/description.xml @@ -6,7 +6,7 @@ - + @@ -17,7 +17,7 @@ - Sun Microsystems + Oracle diff --git a/mysqlc/source/description/description_en-US.txt b/mysqlc/source/description/description_en-US.txt index e149658af7de..bb3cf174a772 100644 --- a/mysqlc/source/description/description_en-US.txt +++ b/mysqlc/source/description/description_en-US.txt @@ -1 +1 @@ -Connects OpenOffice.org directly with MySQL Servers +The MySQL Connector for Oracle Open Office (formerly StarOffice) and OpenOffice.org installs a native MySQL database driver. It is faster, seamless integrated, easier to administrate and there is no need to install and setup a JDBC or ODBC driver separately. It was never easier to use MySQL databases in OpenOffice.org Base. diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk index ff1c8c83f7c4..bfe46afe05e0 100644 --- a/mysqlc/source/makefile.mk +++ b/mysqlc/source/makefile.mk @@ -56,10 +56,10 @@ EXTENSION_VERSION_BASE=$(MYSQLC_VERSION_MAJOR).$(MYSQLC_VERSION_MINOR).$(MYSQLC_ #---- extension title package name .IF "$(MYSQLC_STATUS)" == "final" EXTENSION_TITLE:=$(MYSQLC_TITLE) - EXTENSION_ZIPNAME:=$(EXTENSIONNAME)-$(EXTENSION_VERSION_BASE)-$(RTL_OS:l)-$(RTL_ARCH:l) + EXTENSION_ZIPNAME:=$(EXTENSIONNAME) .ELSE EXTENSION_TITLE:=$(MYSQLC_TITLE) ($(MYSQLC_STATUS)) - EXTENSION_ZIPNAME:=$(EXTENSIONNAME)-$(EXTENSION_VERSION_BASE)-$(MYSQLC_STATUS:s/ /-/:l)-$(RTL_OS:l)-$(RTL_ARCH:l) + EXTENSION_ZIPNAME:=$(EXTENSIONNAME) .ENDIF #------------------------------------------------------------------- diff --git a/mysqlc/version.mk b/mysqlc/version.mk index 81a2cfd23da8..e9bc6495288f 100644 --- a/mysqlc/version.mk +++ b/mysqlc/version.mk @@ -30,7 +30,7 @@ MYSQLC_VERSION_MINOR=0 MYSQLC_VERSION_MICRO=1 # the title, as displayed in the Extension Manager -MYSQLC_TITLE=MySQL Connector for OpenOffice.org +MYSQLC_TITLE=MySQL Connector # the status of the extension # if this is different from "final", it will be appended to the title displayed in the Extension Manager -- cgit