[ooo-build-commit] .: filter/prj filter/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Thu Sep 30 09:11:58 PDT 2010
filter/prj/d.lst | 2 ++
filter/source/config/fragments/fcfg_xslt.mk | 8 ++++++++
2 files changed, 10 insertions(+)
New commits:
commit a5289a81f0587a60545d2bb121e51996cfe89a7f
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Thu Sep 30 15:23:02 2010 +0200
odf-flatxml-import-export.diff: load and save documents in flat xml
load and save also odf documents in flat xml format as opposed to the compressed ones (conforming to the odf specifications)
diff --git a/filter/prj/d.lst b/filter/prj/d.lst
index e8fdae8..6983a3b 100644
--- a/filter/prj/d.lst
+++ b/filter/prj/d.lst
@@ -24,6 +24,7 @@ mkdir: %_DEST%\bin%_EXT%\xslt\import\common
mkdir: %_DEST%\bin%_EXT%\xslt\import\spreadsheetml
mkdir: %_DEST%\bin%_EXT%\xslt\import\uof
mkdir: %_DEST%\bin%_EXT%\xslt\import\wordml
+mkdir: %_DEST%\bin%_EXT%\xslt\odfflatxml
mkdir: %_DEST%\xml%_EXT%\registry
mkdir: %_DEST%\xml%_EXT%\registry\spool
mkdir: %_DEST%\bin%_EXT%\pdfimport
@@ -43,6 +44,7 @@ mkdir: %_DEST%\bin%_EXT%\pdfimport
..\source\xslt\import\spreadsheetml\*.xsl %_DEST%\bin%_EXT%\xslt\import\spreadsheetml\*.xsl
..\source\xslt\import\wordml\*.xsl %_DEST%\bin%_EXT%\xslt\import\wordml\*.xsl
..\source\xslt\import\uof\*.xsl %_DEST%\bin%_EXT%\xslt\import\uof\*.xsl
+..\source\odfflatxml\*.xsl %_DEST%\bin%_EXT%\xslt\odfflatxml\*.xsl
..\%__SRC%\bin\*.xsl %_DEST%\bin%_EXT%\*.xsl
..\%__SRC%\bin\*.stw %_DEST%\bin%_EXT%\*.stw
..\%__SRC%\bin\pdf2xml.* %_DEST%\bin%_EXT%\pdf2xml.*
diff --git a/filter/source/config/fragments/fcfg_xslt.mk b/filter/source/config/fragments/fcfg_xslt.mk
index 852383a..12087a5 100644
--- a/filter/source/config/fragments/fcfg_xslt.mk
+++ b/filter/source/config/fragments/fcfg_xslt.mk
@@ -3,7 +3,11 @@ all_fragments+=xslt
# -----------------------------------------------
# count = 5
T4_XSLT = \
+ calc_ODS_FlatXML \
+ draw_ODG_FlatXML \
+ impress_ODP_FlatXML \
writer_DocBook_File \
+ writer_ODT_FlatXML \
XHTML_File \
Unified_Office_Format_text \
Unified_Office_Format_spreadsheet \
@@ -13,6 +17,10 @@ T4_XSLT = \
# count = 8
F4_XSLT = \
DocBook_File \
+ ODG_FlatXML \
+ ODP_FlatXML \
+ ODS_FlatXML \
+ ODT_FlatXML \
XHTML_Calc_File \
XHTML_Draw_File \
XHTML_Impress_File \
More information about the ooo-build-commit
mailing list