diff options
Diffstat (limited to 'mysqlc/source/manifest.xml')
-rw-r--r-- | mysqlc/source/manifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysqlc/source/manifest.xml b/mysqlc/source/manifest.xml new file mode 100644 index 000000000000..107f6a878638 --- /dev/null +++ b/mysqlc/source/manifest.xml @@ -0,0 +1,8 @@ +<?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=native" + manifest:full-path="mysqlc.unoSHARED_EXTENSION"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" + manifest:full-path="registry/data/org/openoffice/Office/DataAccess/Drivers.xcu"/> +</manifest:manifest> |