diff options
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 | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/extras/source/autotext/mytexts/BlockList.xml b/extras/source/autotext/mytexts/BlockList.xml new file mode 100644 index 000000000..d54a37c72 --- /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 000000000..bd42a711f --- /dev/null +++ b/extras/source/autotext/mytexts/META-INF/manifest.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "../../../../../package/dtd/Manifest.dtd"> +<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 |