From 5400039c80f04d4f4b9633096653ef1886f4c6fa Mon Sep 17 00:00:00 2001 From: henrikjust <henrikjust@f0f2a975-2e09-46c8-9428-3b39399b9f3c> Date: Mon, 3 Nov 2014 20:42:58 +0000 Subject: [PATCH] Rename w4l to w2l-configurations git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@207 f0f2a975-2e09-46c8-9428-3b39399b9f3c --- build.xml | 6 +++--- source/oxt/writer2latex-configurations/help/en/help.tree | 4 ++-- .../templates.xhp | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index 3c5a15d..dfe91f1 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-10-29) + # version 1.6 (2014-11-03) ############################################################################ --> <project name="w2l" default="help" basedir="."> @@ -212,10 +212,10 @@ <!-- delete the jar for this extension --> <delete file="${tmp}/writer2xhtml-filter.jar" /> - <!-- Third extension: writer4latex.oxt --> + <!-- Third extension: writer2latex-configurations.oxt --> <!-- Pack extension --> - <zip destfile="${target.lib}/writer4latex.oxt" basedir="source/oxt/writer4latex"/> + <zip destfile="${target.lib}/writer2latex-configurations.oxt" basedir="source/oxt/writer2latex-configurations"/> <!-- Fourth extension: xhtml-config-package.oxt (xhtml sample configuration package) --> diff --git a/source/oxt/writer2latex-configurations/help/en/help.tree b/source/oxt/writer2latex-configurations/help/en/help.tree index e227316..0292f3d 100644 --- a/source/oxt/writer2latex-configurations/help/en/help.tree +++ b/source/oxt/writer2latex-configurations/help/en/help.tree @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <tree_view version="02-nov-2014"> - <help_section application="writer4latex" id="w4l01" title="Writer4LaTeX"> - <topic id="writer4latex/org.openoffice.da.writer4latex.oxt/templates.xhp">Using the templates</topic> + <help_section application="w2lconfig" id="w2lconfigurations01" title="Writer2LaTeX configurations"> + <topic id="w2lconfig/org.openoffice.da.w2lconfig.oxt/templates.xhp">Using the templates</topic> </help_section> </tree_view> diff --git a/source/oxt/writer2latex-configurations/help/en/org.openoffice.da.writer2latex-configurations.oxt/templates.xhp b/source/oxt/writer2latex-configurations/help/en/org.openoffice.da.writer2latex-configurations.oxt/templates.xhp index 47a350d..22496bb 100644 --- a/source/oxt/writer2latex-configurations/help/en/org.openoffice.da.writer2latex-configurations.oxt/templates.xhp +++ b/source/oxt/writer2latex-configurations/help/en/org.openoffice.da.writer2latex-configurations.oxt/templates.xhp @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> <meta> - <topic id="writer4latex-templates" indexer="include"> + <topic id="writer2latex-configurations-templates" indexer="include"> <title xml-lang="en-US">Using the templates</title> - <filename>org.openoffice.da.writer4latex.oxt/templates.xhp</filename> + <filename>org.openoffice.da.writer2latex-configurations.oxt/templates.xhp</filename> </topic> </meta> <body> <paragraph role="heading" level="1" xml-lang="en-US">Using the templates</paragraph> <paragraph role="paragraph" xml-lang="en-US">You can use some special - Writer templates provided with Writer4LaTeX to + Writer templates provided with Writer2LaTeX configurations to create your documents. Using the styles supported by these templates, you can easily create standard LaTeX documents using the opportunities of standard LaTeX document classes. </paragraph>