diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2014-06-04 08:26:07 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-04 09:00:50 +0000 |
commit | 56e071690febd8ee0e4c71684c9ed592fc5a628a (patch) | |
tree | c8012b8f1d478e8af0d4ca9fcc12bd1f0ff81882 /extras/source/autotext/mytexts | |
parent | b3843321e9cc1436cd0039f9431b4d6c5261db20 (diff) |
Build default user AutoText file MyTexts.bau
Unzip Mytexts.bau and add files to project
Add empty mimetype file
Change-Id: Icc8099bcc4fe51e12b5314a4f25fcaf5f2e0938b
Reviewed-on: https://gerrit.libreoffice.org/9639
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extras/source/autotext/mytexts')
-rw-r--r-- | extras/source/autotext/mytexts/BlockList.xml | 3 | ||||
-rw-r--r-- | extras/source/autotext/mytexts/META-INF/manifest.xml | 6 | ||||
-rw-r--r-- | extras/source/autotext/mytexts/mimetype | 0 |
3 files changed, 9 insertions, 0 deletions
diff --git a/extras/source/autotext/mytexts/BlockList.xml b/extras/source/autotext/mytexts/BlockList.xml new file mode 100644 index 000000000000..d54a37c72451 --- /dev/null +++ b/extras/source/autotext/mytexts/BlockList.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<block-list:block-list xmlns:block-list="http://openoffice.org/2001/block-list" block-list:list-name="My AutoText"/>
\ No newline at end of file diff --git a/extras/source/autotext/mytexts/META-INF/manifest.xml b/extras/source/autotext/mytexts/META-INF/manifest.xml new file mode 100644 index 000000000000..798e1d25896f --- /dev/null +++ b/extras/source/autotext/mytexts/META-INF/manifest.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> + <manifest:file-entry manifest:media-type="" manifest:full-path="/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="META-INF/"/> + <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="BlockList.xml"/> +</manifest:manifest>
\ No newline at end of file diff --git a/extras/source/autotext/mytexts/mimetype b/extras/source/autotext/mytexts/mimetype new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/extras/source/autotext/mytexts/mimetype |