Trunk is now 1.5.1
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@183 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
b2b183345c
commit
25bc476ffa
9 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
############################################################################
|
||||
# This is the Ant build file for writer2latex
|
||||
# Original: Sep 2004 (mgn)
|
||||
# version 1.4 (2014-10-01)
|
||||
# version 1.6 (2014-10-06)
|
||||
############################################################################
|
||||
-->
|
||||
<project name="w2l" default="help" basedir=".">
|
||||
|
@ -36,8 +36,8 @@
|
|||
|
||||
<!-- configure the directories -->
|
||||
<property name="jarfile" value="writer2latex"/>
|
||||
<property name="basename" value="writer2latex14"/>
|
||||
<property name="distrofile" value="${basename}beta.zip" />
|
||||
<property name="basename" value="writer2latex15"/>
|
||||
<property name="distrofile" value="${basename}1alpha.zip" />
|
||||
<!--<property name="sourcedistrofile" value="${basename}source.zip" />-->
|
||||
<property name="src" location="source/java"/>
|
||||
<property name="source.distro" location="source/distro" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Writer2LaTeX version 1.4 (beta test release)
|
||||
Writer2LaTeX version 1.5.1 (alpha test release)
|
||||
===============================================
|
||||
|
||||
This is the distribution of Writer2LaTeX version 1.4 beta
|
||||
This is the distribution of Writer2LaTeX version 1.5.1 alpha
|
||||
|
||||
Latest version can be found at the web site
|
||||
http://writer2latex.sourceforge.net
|
||||
|
|
Binary file not shown.
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Version 1.4 (2014-10-06)
|
||||
* Version 1.6 (2014-10-06)
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -32,7 +32,7 @@ package writer2latex.api;
|
|||
public class ConverterFactory {
|
||||
|
||||
// Version information
|
||||
private static final String VERSION = "1.4";
|
||||
private static final String VERSION = "1.5.1";
|
||||
private static final String DATE = "2014-10-06";
|
||||
|
||||
/** Return the Writer2LaTeX version in the form
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<identifier value="org.openoffice.da.writer2latex.oxt"/>
|
||||
|
||||
<version value="1.4" />
|
||||
<version value="1.5.1" />
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<identifier value="org.openoffice.da.writer2xhtml.oxt" />
|
||||
|
||||
<version value="1.4" />
|
||||
<version value="1.5.1" />
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<identifier value="org.openoffice.da.writer4latex.oxt" />
|
||||
<version value="1.4" />
|
||||
<version value="1.5.1" />
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
</dependencies>
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
<description xmlns="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:d="http://openoffice.org/extensions/description/2006">
|
||||
<identifier value="org.openoffice.da.writer2latex.xhtml-config-sample.oxt" />
|
||||
<version value="1.4" />
|
||||
<version value="1.5.1" />
|
||||
</description>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Writer2LaTeX source version 1.4 beta
|
||||
====================================
|
||||
Writer2LaTeX source version 1.5.1 alpha
|
||||
=======================================
|
||||
|
||||
Writer2LaTeX is (c) 2002-2014 by Henrik Just.
|
||||
The source is available under the terms and conditions of the
|
||||
|
|
Loading…
Add table
Reference in a new issue