summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-06-15 09:26:05 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-06-15 09:26:05 +0000
commite09e93a54b1f5e17e5cd5b9ef6d17fabd17ad659 (patch)
tree2cb1f40460b910a5ee88608db6e9609e18f5c9cb
parenta3467f4e3b43c6314fc9f0ec9ad955d4127495d8 (diff)
#i10000# readded by accident. removed ....
-rw-r--r--writer2latex/download/writer2latex0502.zipbin2261960 -> 0 bytes
-rwxr-xr-xwriter2latex/makefile.mk70
-rwxr-xr-xwriter2latex/prj/build.lst2
-rwxr-xr-xwriter2latex/prj/d.lst1
-rw-r--r--writer2latex/writer2latex05.patch91
5 files changed, 0 insertions, 164 deletions
diff --git a/writer2latex/download/writer2latex0502.zip b/writer2latex/download/writer2latex0502.zip
deleted file mode 100644
index 33f3c9f87..000000000
--- a/writer2latex/download/writer2latex0502.zip
+++ /dev/null
Binary files differ
diff --git a/writer2latex/makefile.mk b/writer2latex/makefile.mk
deleted file mode 100755
index ea0a129fd..000000000
--- a/writer2latex/makefile.mk
+++ /dev/null
@@ -1,70 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2008 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# $RCSfile: makefile.mk,v $
-#
-# $Revision: 1.3 $
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=.
-
-PRJNAME=writer2latex
-TARGET=so_writer2latex
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : antsettings.mk
-
-.IF "$(WITH_WRITER2LATEX)" == "NO"
-@all:
- echo "building without writer2latex"
-.ELSE
-.IF "$(SOLAR_JAVA)" != ""
-# --- Files --------------------------------------------------------
-
-TARFILE_NAME=writer2latex0502
-
-TARFILE_ROOTDIR=writer2latex05
-
-PATCH_FILES=writer2latex05.patch
-
-CONVERTFILES=build.xml
-JARFILES = ridl.jar unoil.jar jurt.jar juh.jar
-BUILD_ACTION=$(ANT) $(ANT_FLAGS) -DSOLVER=$(SOLARVER)/$(INPATH) -Dsolarbindir=$(SOLARBINDIR) oxt
-
-.ENDIF # $(SOLAR_JAVA)!= ""
-.ENDIF
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : set_ext.mk
-.INCLUDE : target.mk
-
-.IF "$(SOLAR_JAVA)" != ""
-.INCLUDE : tg_ext.mk
-.ENDIF
-
diff --git a/writer2latex/prj/build.lst b/writer2latex/prj/build.lst
deleted file mode 100755
index 2c1579393..000000000
--- a/writer2latex/prj/build.lst
+++ /dev/null
@@ -1,2 +0,0 @@
-w2l writer2latex : solenv jurt unoil javaunohelper NULL
-w2l writer2latex nmake - all w2l_mkout NULL
diff --git a/writer2latex/prj/d.lst b/writer2latex/prj/d.lst
deleted file mode 100755
index 765096c6c..000000000
--- a/writer2latex/prj/d.lst
+++ /dev/null
@@ -1 +0,0 @@
-..\%__SRC%\misc\build\writer2latex05\target\lib/writer2latex.oxt %_DEST%\bin%_EXT%\writer2latex.oxt
diff --git a/writer2latex/writer2latex05.patch b/writer2latex/writer2latex05.patch
deleted file mode 100644
index 9d9da31b1..000000000
--- a/writer2latex/writer2latex05.patch
+++ /dev/null
@@ -1,91 +0,0 @@
---- misc/build/writer2latex05/build.xml-old 2008-06-12 00:53:19.000000000 +0200
-+++ misc/build/writer2latex05/build.xml 2008-06-12 00:53:38.000000000 +0200
-@@ -7,9 +7,6 @@
- -->
- <project name="w2l" default="help" basedir=".">
-
-- <!-- set this property to the location of your SO/OOo installation -->
-- <property name="OFFICE_HOME" location="c:/programmer/sun/staroffice 8"/>
--
- <description>writer2latex - build file</description>
-
- <target name="help" description="Displays usage information">
-@@ -40,7 +37,7 @@
- <property name="target.lib" location="target/lib"/>
- <!-- classpath for the application; needs java-uno classes -->
- <path id="main.class.path">
-- <filelist dir="${OFFICE_HOME}/program/classes"
-+ <filelist dir="${solar.jar}"
- files="jurt.jar,unoil.jar,ridl.jar,juh.jar"/>
- </path>
-
-@@ -85,7 +85,7 @@
- <attribute name="Main-Class" value="writer2latex.Application"/>
- <!-- OOo needs this to register the filter: -->
- <attribute name="RegistrationClassName" value="writer2latex.filter.W2LExportFilter" />
-- <attribute name="Class-Path" value="jaxp.jar parser.jar"/>
-+ <attribute name="Class-Path" value="jaxp.jar jaxp_parser_impl.jar"/>
- </manifest>
- </jar>
- </target>
---- misc/build/writer2latex05/source/writer2latex/office/ImageLoader.java 2007-04-17 09:30:42.000000000 +0200
-+++ misc/build/writer2latex05/source/writer2latex/office/ImageLoader.java 2007-11-20 21:18:32.000000000 +0100
-@@ -107,8 +107,8 @@
- }
- // TODO: Use another base64 decoder. This one is "nonstandard"
- try {
-- blob = new sun.misc.BASE64Decoder().decodeBuffer(buf.toString());
-- } catch (IOException e) {
-+ blob = org.apache.xerces.impl.dv.util.Base64.decode(buf.toString());
-+ } catch (Exception e) {
- System.err.println("Oops - error converting base64");
- }
- sMIME = MIMETypes.getMagicMIMEType(blob);
-diff --git source/oxt/writer2latex/w2l_types.xcu source/oxt/writer2latex/w2l_types.xcu
-index 99b5b32..dfce54c 100644
---- misc/build/writer2latex05/source/oxt/writer2latex/w2l_types.xcu
-+++ misc/build/writer2latex05/source/oxt/writer2latex/w2l_types.xcu
-@@ -9,7 +9,6 @@
- <prop oor:name="Extensions"><value>bib</value></prop>
- <prop oor:name="MediaType"/>
- <prop oor:name="Preferred"><value>false</value></prop>
-- <prop oor:name="PreferredFilter"><value>BibTeX Data File</value></prop>
- <prop oor:name="UIName">
- <value>BibTeX Data File</value>
- </prop>
-@@ -22,7 +21,6 @@
- <prop oor:name="Extensions"><value>tex</value></prop>
- <prop oor:name="MediaType"/>
- <prop oor:name="Preferred"><value>false</value></prop>
-- <prop oor:name="PreferredFilter"><value>LaTeX File</value></prop>
- <prop oor:name="UIName">
- <value>LaTeX 2e</value>
- </prop>
-diff --git source/oxt/writer2xhtml/w2x_types.xcu source/oxt/writer2xhtml/w2x_types.xcu
-index ee4d4fd..c9dad65 100644
---- misc/build/writer2latex05/source/oxt/writer2xhtml/w2x_types.xcu
-+++ misc/build/writer2latex05/source/oxt/writer2xhtml/w2x_types.xcu
-@@ -9,7 +9,6 @@
- <prop oor:name="Extensions"><value>html</value></prop>
- <prop oor:name="MediaType"/>
- <prop oor:name="Preferred"><value>false</value></prop>
-- <prop oor:name="PreferredFilter"><value>XHTML 1.0 strict File</value></prop>
- <prop oor:name="UIName">
- <value>XHTML 1.0 strict</value>
- </prop>
-@@ -22,7 +21,6 @@
- <prop oor:name="Extensions"><value>xhtml</value></prop>
- <prop oor:name="MediaType"/>
- <prop oor:name="Preferred"><value>false</value></prop>
-- <prop oor:name="PreferredFilter"><value>XHTML 1.1 plus MathML 2.0 File</value></prop>
- <prop oor:name="UIName">
- <value>XHTML 1.1 + MathML 2.0</value>
- </prop>
-@@ -35,7 +33,6 @@
- <prop oor:name="Extensions"><value>xml</value></prop>
- <prop oor:name="MediaType"/>
- <prop oor:name="Preferred"><value>false</value></prop>
-- <prop oor:name="PreferredFilter"><value>XHTML 1.1 plus MathML 2.0 (xsl) File</value></prop>
- <prop oor:name="UIName">
- <value>XHTML 1.1 + MathML 2.0 (xsl)</value>
- </prop>