summaryrefslogtreecommitdiff
path: root/extras/source/autotext/lang/is/standard/META-INF/manifest.xml
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2021-09-03 15:19:50 +0200
committerJustin Luth <justin_luth@sil.org>2021-09-06 17:52:54 +0200
commit23ec2a69123e983259b3f7fec73932270cd85e02 (patch)
treed3c8fe6853a3f8fec71dd94f873a5736991c162d /extras/source/autotext/lang/is/standard/META-INF/manifest.xml
parentb13e8762a765b9ec619647d5f447d44156c8c5d1 (diff)
remove unnecessary settings.xml from autotext
I don't think that anyone wants their document settings adjusted just by entering some autotext. [Now, it didn't seem to be doing that because I suppose that since the value already exists, the import won't overwrite it.] find extras/source -name settings.xml | md5sum | sort //shows only a few unique entries. Visual comparing with "Meld" //didn't reveal any reason why the files are useful. I also removed ./autotext/lang/bg/standard/FN/Obj0012D655/settings.xml based on Laurent's advice, even though it contains <config:config-item config:name="Formula" E=mc^2 Otherwise, the other 7 versions were almost identical, differening only in OOo version .9, or 1.1 and show redline changes on/off. cd exttras/source find . -name settings.xml -exec rm {} \; git grep -l \/settings.xml *.xml | xargs sed -i /\/settings.xml/d git grep -l \/settings.xml ../CustomTarget_autotextshare.mk \ | xargs sed -i "/\/settings.xml/d" Change-Id: I9c148bdff55e6757e6fa98401486bc7c41ebf25d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121605 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'extras/source/autotext/lang/is/standard/META-INF/manifest.xml')
-rw-r--r--extras/source/autotext/lang/is/standard/META-INF/manifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/source/autotext/lang/is/standard/META-INF/manifest.xml b/extras/source/autotext/lang/is/standard/META-INF/manifest.xml
index 88a922cc2329..121165d2b8b2 100644
--- a/extras/source/autotext/lang/is/standard/META-INF/manifest.xml
+++ b/extras/source/autotext/lang/is/standard/META-INF/manifest.xml
@@ -3,7 +3,6 @@
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
<manifest:file-entry manifest:full-path="/" manifest:media-type=""/>
<manifest:file-entry manifest:full-path="FN/content.xml" manifest:media-type="text/xml"/>
- <manifest:file-entry manifest:full-path="FN/Object_1/settings.xml" manifest:media-type="text/xml"/>
<manifest:file-entry manifest:full-path="FN/Object_1/content.xml" manifest:media-type="text/xml"/>
<manifest:file-entry manifest:full-path="FN/Object_1/" manifest:media-type="application/vnd.oasis.opendocument.formula"/>
<manifest:file-entry manifest:full-path="FN/manifest.rdf" manifest:media-type="application/rdf+xml"/>