diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-29 16:24:13 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-29 16:24:13 +0200 |
commit | 75877a17a64411bd6bbad536f0d6885d69b5f149 (patch) | |
tree | 1224598cba20ca18cded549482e1f834b7ef6cf0 /mysqlc | |
parent | d0f36700a9d96e63ae82ac63edd67a6316398e42 (diff) |
native0ext:#161688# rebranding extensions - transplanted from 28f77bc32e70@native0
Diffstat (limited to 'mysqlc')
l--------- | mysqlc/mysqlc | 1 | ||||
-rw-r--r-- | mysqlc/source/description.xml | 4 | ||||
-rw-r--r-- | mysqlc/source/description/description_en-US.txt | 2 | ||||
-rw-r--r-- | mysqlc/source/makefile.mk | 4 | ||||
-rw-r--r-- | mysqlc/version.mk | 2 |
5 files changed, 7 insertions, 6 deletions
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 @@ <version value="#VERSION#" /> <platform value="UPDATED_SUPPORTED_PLATFORM" /> <registration> - <simple-license accept-by="admin" default-license-id="lic-en-US" > + <simple-license accept-by="admin" default-license-id="lic-en-US" suppress-if-required="true" > <license-text xlink:href="licensefile" lang="isocode" license-id="lic-isocode"/> </simple-license> </registration> @@ -17,7 +17,7 @@ <OpenOffice.org-minimal-version value="3.1" d:name="OpenOffice.org 3.1"/> </dependencies> <publisher> - <name xlink:href="http://www.sun.com/software/star/staroffice/extensions.jsp?cid=925095" lang="en">Sun Microsystems</name> + <name xlink:href="http://www.sun.com/software/star/staroffice/extensions.jsp?cid=925095" lang="en">Oracle</name> </publisher> <icon> <default xlink:href="images/sun_extension.png" /> 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 |