diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-10-23 20:05:55 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-23 20:05:55 +0200 |
commit | c918f1d4242d9fd9a8de284e6b32b8c00e59debe (patch) | |
tree | 18d0152372e1ba71125808c220ccb7b545265ed7 /it_IT/META-INF | |
parent | a5162a210e3ff07e44307dbf60717d5d5a40608d (diff) |
gbuild: let ExtensionTarget expect manifest below META-INF
... adapt dictionaries to that.
Diffstat (limited to 'it_IT/META-INF')
-rw-r--r-- | it_IT/META-INF/manifest.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/it_IT/META-INF/manifest.xml b/it_IT/META-INF/manifest.xml new file mode 100644 index 0000000..f54199b --- /dev/null +++ b/it_IT/META-INF/manifest.xml @@ -0,0 +1,6 @@ +<?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.configuration-data" + manifest:full-path="dictionaries.xcu"/> +</manifest:manifest> |