Testing subclipse
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@6 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
b0b66fcae9
commit
f543325e2e
4 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
Version history for Writer2LaTeX
|
Version history for Writer2LaTeX
|
||||||
================================
|
================================
|
||||||
|
|
||||||
Version 0.9.4 (February 2009)
|
Version 1.0 beta (March 2009)
|
||||||
-Filters:
|
-Filters:
|
||||||
- Changed to oxt format and separated into Writer2LaTeX and Writer2xhtml extensions
|
- Changed to oxt format and separated into Writer2LaTeX and Writer2xhtml extensions
|
||||||
- Added (localized) dialogs to the filters
|
- Added (localized) dialogs to the filters
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Writer2LaTeX version 0.9.4
|
Writer2LaTeX version 1.0 beta
|
||||||
==========================
|
=============================
|
||||||
|
|
||||||
This is the distribution of Writer2LaTeX version 0.9.4
|
This is the distribution of Writer2LaTeX version 1.0 beta
|
||||||
|
|
||||||
Latest version can be found at the web site
|
Latest version can be found at the web site
|
||||||
http://writer2latex.sourceforge.net
|
http://writer2latex.sourceforge.net
|
||||||
|
@ -14,5 +14,5 @@ Bugs and feature requests should be reported to
|
||||||
henrikjust (at) openoffice.org
|
henrikjust (at) openoffice.org
|
||||||
|
|
||||||
|
|
||||||
February 2009
|
March 2009
|
||||||
Henrik Just
|
Henrik Just
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
*
|
*
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Version 1.0 (2009-02-18)
|
* Version 1.0 (2009-03-02)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -32,8 +32,8 @@ package writer2latex.api;
|
||||||
public class ConverterFactory {
|
public class ConverterFactory {
|
||||||
|
|
||||||
// Version information
|
// Version information
|
||||||
private static final String VERSION = "0.9.4";
|
private static final String VERSION = "1.0 beta";
|
||||||
private static final String DATE = "2008-02-19";
|
private static final String DATE = "2008-03-02";
|
||||||
|
|
||||||
/** Return version information
|
/** Return version information
|
||||||
* @return the Writer2LaTeX version in the form
|
* @return the Writer2LaTeX version in the form
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Writer2LaTeX source version 0.9.4
|
Writer2LaTeX source version 1.0 beta
|
||||||
=================================
|
====================================
|
||||||
|
|
||||||
Writer2LaTeX is (c) 2002-2009 by Henrik Just.
|
Writer2LaTeX is (c) 2002-2009 by Henrik Just.
|
||||||
The source is available under the terms and conditions of the
|
The source is available under the terms and conditions of the
|
||||||
|
@ -61,7 +61,7 @@ In addition to oxt, the build file supports the following targets:
|
||||||
clean
|
clean
|
||||||
|
|
||||||
|
|
||||||
Henrik Just, February 2009
|
Henrik Just, March 2009
|
||||||
|
|
||||||
|
|
||||||
Thanks to Michael Niedermair for writing the original ant build file
|
Thanks to Michael Niedermair for writing the original ant build file
|
||||||
|
|
Loading…
Add table
Reference in a new issue