From 0433816d5b5428fa06bf6b9c8c25a3cde5534276 Mon Sep 17 00:00:00 2001 From: henrikjust Date: Tue, 4 Nov 2014 16:04:51 +0000 Subject: [PATCH] Rename w4l to w2lconfig git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@209 f0f2a975-2e09-46c8-9428-3b39399b9f3c --- build.xml | 6 +++--- source/distro/changelog.txt | 2 ++ .../META-INF/manifest.xml | 0 .../Paths.xcu | 0 .../W2LOptions.xcu | 0 .../config/article.xml | 0 .../description.xml | 2 +- .../descriptions/desc_da.txt | 0 .../descriptions/desc_en.txt | 0 .../help/en/help.tree | 4 ++-- .../org.openoffice.da.w2lconfig.oxt/templates.xhp | 4 ++-- .../images/w2lhcicon.png | Bin .../images/w2licon.png | Bin .../template/Writer4LaTeX/LaTeX-article.ott | Bin 14 files changed, 10 insertions(+), 8 deletions(-) rename source/oxt/{writer2latex-configurations => w2lconfig}/META-INF/manifest.xml (100%) rename source/oxt/{writer2latex-configurations => w2lconfig}/Paths.xcu (100%) rename source/oxt/{writer2latex-configurations => w2lconfig}/W2LOptions.xcu (100%) rename source/oxt/{writer2latex-configurations => w2lconfig}/config/article.xml (100%) rename source/oxt/{writer2latex-configurations => w2lconfig}/description.xml (92%) rename source/oxt/{writer2latex-configurations => w2lconfig}/descriptions/desc_da.txt (100%) rename source/oxt/{writer2latex-configurations => w2lconfig}/descriptions/desc_en.txt (100%) rename source/oxt/{writer2latex-configurations => w2lconfig}/help/en/help.tree (55%) rename source/oxt/{writer2latex-configurations => w2lconfig}/help/en/org.openoffice.da.w2lconfig.oxt/templates.xhp (99%) rename source/oxt/{writer2latex-configurations => w2lconfig}/images/w2lhcicon.png (100%) rename source/oxt/{writer2latex-configurations => w2lconfig}/images/w2licon.png (100%) rename source/oxt/{writer2latex-configurations => w2lconfig}/template/Writer4LaTeX/LaTeX-article.ott (100%) diff --git a/build.xml b/build.xml index dfe91f1..7daed9c 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,7 @@ ############################################################################ # This is the Ant build file for writer2latex # Original: Sep 2004 (mgn) - # version 1.6 (2014-11-03) + # version 1.6 (2014-11-04) ############################################################################ --> @@ -212,10 +212,10 @@ - + - + diff --git a/source/distro/changelog.txt b/source/distro/changelog.txt index e81a453..6011fab 100644 --- a/source/distro/changelog.txt +++ b/source/distro/changelog.txt @@ -6,6 +6,8 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6 Replaced menu with a toolbar with four buttons: Insert BibTeX citation (not yet implemented), publish to LaTeX, view log files and edit custom format. (Publishing without showing the dialog is currently removed.) Using the toolbar bypasses the filter logic, which gives a significant performance gain for large documents. + The remaining parts of Writer4LaTeX (the article template, configuration and help file) has been renamed + to "Writer2LaTeX configurations" (short w2lconfig). [all] Implementation detail: Replaced Robert Harder's base 64 class with javax.xml.bind.DatatypeConverter diff --git a/source/oxt/writer2latex-configurations/META-INF/manifest.xml b/source/oxt/w2lconfig/META-INF/manifest.xml similarity index 100% rename from source/oxt/writer2latex-configurations/META-INF/manifest.xml rename to source/oxt/w2lconfig/META-INF/manifest.xml diff --git a/source/oxt/writer2latex-configurations/Paths.xcu b/source/oxt/w2lconfig/Paths.xcu similarity index 100% rename from source/oxt/writer2latex-configurations/Paths.xcu rename to source/oxt/w2lconfig/Paths.xcu diff --git a/source/oxt/writer2latex-configurations/W2LOptions.xcu b/source/oxt/w2lconfig/W2LOptions.xcu similarity index 100% rename from source/oxt/writer2latex-configurations/W2LOptions.xcu rename to source/oxt/w2lconfig/W2LOptions.xcu diff --git a/source/oxt/writer2latex-configurations/config/article.xml b/source/oxt/w2lconfig/config/article.xml similarity index 100% rename from source/oxt/writer2latex-configurations/config/article.xml rename to source/oxt/w2lconfig/config/article.xml diff --git a/source/oxt/writer2latex-configurations/description.xml b/source/oxt/w2lconfig/description.xml similarity index 92% rename from source/oxt/writer2latex-configurations/description.xml rename to source/oxt/w2lconfig/description.xml index 71a80e3..8d77f81 100644 --- a/source/oxt/writer2latex-configurations/description.xml +++ b/source/oxt/w2lconfig/description.xml @@ -3,7 +3,7 @@ xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> - + diff --git a/source/oxt/writer2latex-configurations/descriptions/desc_da.txt b/source/oxt/w2lconfig/descriptions/desc_da.txt similarity index 100% rename from source/oxt/writer2latex-configurations/descriptions/desc_da.txt rename to source/oxt/w2lconfig/descriptions/desc_da.txt diff --git a/source/oxt/writer2latex-configurations/descriptions/desc_en.txt b/source/oxt/w2lconfig/descriptions/desc_en.txt similarity index 100% rename from source/oxt/writer2latex-configurations/descriptions/desc_en.txt rename to source/oxt/w2lconfig/descriptions/desc_en.txt diff --git a/source/oxt/writer2latex-configurations/help/en/help.tree b/source/oxt/w2lconfig/help/en/help.tree similarity index 55% rename from source/oxt/writer2latex-configurations/help/en/help.tree rename to source/oxt/w2lconfig/help/en/help.tree index 0292f3d..febc0f9 100644 --- a/source/oxt/writer2latex-configurations/help/en/help.tree +++ b/source/oxt/w2lconfig/help/en/help.tree @@ -1,6 +1,6 @@ - - + + Using the templates diff --git a/source/oxt/writer2latex-configurations/help/en/org.openoffice.da.w2lconfig.oxt/templates.xhp b/source/oxt/w2lconfig/help/en/org.openoffice.da.w2lconfig.oxt/templates.xhp similarity index 99% rename from source/oxt/writer2latex-configurations/help/en/org.openoffice.da.w2lconfig.oxt/templates.xhp rename to source/oxt/w2lconfig/help/en/org.openoffice.da.w2lconfig.oxt/templates.xhp index 22496bb..f8ac770 100644 --- a/source/oxt/writer2latex-configurations/help/en/org.openoffice.da.w2lconfig.oxt/templates.xhp +++ b/source/oxt/w2lconfig/help/en/org.openoffice.da.w2lconfig.oxt/templates.xhp @@ -1,9 +1,9 @@ - + Using the templates - org.openoffice.da.writer2latex-configurations.oxt/templates.xhp + org.openoffice.da.w2lconfig.oxt/templates.xhp diff --git a/source/oxt/writer2latex-configurations/images/w2lhcicon.png b/source/oxt/w2lconfig/images/w2lhcicon.png similarity index 100% rename from source/oxt/writer2latex-configurations/images/w2lhcicon.png rename to source/oxt/w2lconfig/images/w2lhcicon.png diff --git a/source/oxt/writer2latex-configurations/images/w2licon.png b/source/oxt/w2lconfig/images/w2licon.png similarity index 100% rename from source/oxt/writer2latex-configurations/images/w2licon.png rename to source/oxt/w2lconfig/images/w2licon.png diff --git a/source/oxt/writer2latex-configurations/template/Writer4LaTeX/LaTeX-article.ott b/source/oxt/w2lconfig/template/Writer4LaTeX/LaTeX-article.ott similarity index 100% rename from source/oxt/writer2latex-configurations/template/Writer4LaTeX/LaTeX-article.ott rename to source/oxt/w2lconfig/template/Writer4LaTeX/LaTeX-article.ott