[Libreoffice-commits] .: 5 commits - bridges/Module_bridges.mk filter/Configuration_filter.mk Makefile.top Module_tail_build.mk readlicense_oo/CustomTarget_license.mk readlicense_oo/CustomTarget_readme.mk readlicense_oo/docs readlicense_oo/Makefile readlicense_oo/makefile.mk readlicense_oo/Module_readlicense_oo.mk readlicense_oo/Package_files.mk readlicense_oo/Package_license.mk readlicense_oo/Package_readme.mk readlicense_oo/prj readlicense_oo/util tail_build/prj

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Sep 23 06:07:58 PDT 2012


 Makefile.top                            |    2 
 Module_tail_build.mk                    |   14 +
 bridges/Module_bridges.mk               |    2 
 filter/Configuration_filter.mk          |   11 -
 readlicense_oo/CustomTarget_license.mk  |   24 ++
 readlicense_oo/CustomTarget_readme.mk   |   75 ++++++++
 readlicense_oo/Makefile                 |    7 
 readlicense_oo/Module_readlicense_oo.mk |   21 ++
 readlicense_oo/Package_files.mk         |   25 ++
 readlicense_oo/Package_license.mk       |   15 +
 readlicense_oo/Package_readme.mk        |   18 ++
 readlicense_oo/docs/readme.dtd          |   33 ---
 readlicense_oo/docs/readme.xrm          |  276 ++++++++++++++++++++++++++++++++
 readlicense_oo/docs/readme/eval.xsl     |   91 ----------
 readlicense_oo/docs/readme/makefile.mk  |   43 ----
 readlicense_oo/docs/readme/readme.xrm   |  276 --------------------------------
 readlicense_oo/makefile.mk              |   45 -----
 readlicense_oo/prj/build.lst            |    3 
 readlicense_oo/prj/d.lst                |   31 ---
 readlicense_oo/util/makefile.pmk        |   70 --------
 tail_build/prj/build.lst                |    2 
 21 files changed, 482 insertions(+), 602 deletions(-)

New commits:
commit a1bd566a6885c0645f48dd0a7255ee012dcc5de1
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Sep 23 14:24:49 2012 +0200

    fix make module.all
    
    Change-Id: I468c9b6e3381383665ee9c86a485831a176982eb

diff --git a/bridges/Module_bridges.mk b/bridges/Module_bridges.mk
index eeec7c5..800c8ca 100644
--- a/bridges/Module_bridges.mk
+++ b/bridges/Module_bridges.mk
@@ -93,8 +93,10 @@ $(eval $(call gb_Module_add_targets,bridges,\
 	) \
 ))
 
+ifneq (showmodules,$(MAKECMDGOALS))
 ifeq ($(strip $(bridges_SELECTED_BRIDGE)),)
 $(call gb_Output_error,no bridge selected for build: bailing out)
 endif
+endif
 
 # vim: set noet sw=4 ts=4:
commit 66480070b7572143a14d654dfc0e4ec35099be4b
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Sep 23 13:47:41 2012 +0200

    add translations to tail_build
    
    Change-Id: Ibb4d777b216a1782b17dfd9a24c3ee839ccdd980

diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index d2b02bf..13efa58 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -167,6 +167,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
     toolkit \
 	tools \
 	touch \
+	$(if $(filter TRANSLATIONS,$(BUILD_TYPE)),\
+		translations \
+	) \
     tubes \
     twain \
     ucb \
diff --git a/tail_build/prj/build.lst b/tail_build/prj/build.lst
index b9b5c04..7480693 100644
--- a/tail_build/prj/build.lst
+++ b/tail_build/prj/build.lst
@@ -1,2 +1,2 @@
-tb      tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CPPUNIT:cppunit CURL:curl EXPAT:expat FONTCONFIG:fontconfig FREETYPE:freetype GLIB:glib GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu JFREEREPORT:jfreereport JPEG:jpeg LCMS2:lcms2 LIBEXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LPSOLVE:lpsolve MOZ:moz MYTHES:mythes NSS:nss OPENLDAP:openldap OPENSSL:openssl POSTGRESQL:postgresql PYTHON:python REDLAND:redland SAXON:saxon TRANSLATIONS:translations XPDF:xpdf ZLIB:zlib external RHINO:rhino sal solenv soltools xsltml NULL
+tb      tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CPPUNIT:cppunit CURL:curl EXPAT:expat FONTCONFIG:fontconfig FREETYPE:freetype GLIB:glib GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu JFREEREPORT:jfreereport JPEG:jpeg LCMS2:lcms2 LIBEXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LPSOLVE:lpsolve MOZ:moz MYTHES:mythes NSS:nss OPENLDAP:openldap OPENSSL:openssl POSTGRESQL:postgresql PYTHON:python REDLAND:redland SAXON:saxon XPDF:xpdf ZLIB:zlib external RHINO:rhino sal solenv soltools xsltml NULL
 tb tail_build\prj nmake - all tb_prj   NULL
commit ab0067bf9adc79ee2e2b8c8403a239a327f6d4bb
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Sep 23 13:41:16 2012 +0200

    move readme.xrm one dir up
    
    Change-Id: I7ee016dbae76c709644f10d950159c3830693d9b

diff --git a/readlicense_oo/CustomTarget_readme.mk b/readlicense_oo/CustomTarget_readme.mk
index c9648bb..6c74fc6 100644
--- a/readlicense_oo/CustomTarget_readme.mk
+++ b/readlicense_oo/CustomTarget_readme.mk
@@ -29,14 +29,14 @@ readlicense_XRMEXCOMMAND := $(gb_Helper_set_ld_path) $(readlicense_XRMEXTARGET)
 $(call gb_CustomTarget_get_target,readlicense_oo/readme) : $(readlicense_oo_READMEs)
 
 ifeq ($(strip $(gb_WITH_LANG)),)
-readlicense_oo_README_XRM := $(SRCDIR)/readlicense_oo/docs/readme/readme.xrm
+readlicense_oo_README_XRM := $(SRCDIR)/readlicense_oo/docs/readme.xrm
 else
 readlicense_oo_README_XRM := $(readlicense_oo_DIR)/readme.xrm
 
 $(readlicense_oo_DIR)/readme.xrm : \
-		$(SRCDIR)/readlicense_oo/docs/readme/readme.xrm \
+		$(SRCDIR)/readlicense_oo/docs/readme.xrm \
 		$(readlicense_XRMEXTARGET) \
-		$(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
+		$(gb_SDFLOCATION)/readlicense_oo/docs/localize.sdf \
 		| $(readlicense_oo_DIR)/.dir
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XRM,1)
 	$(call gb_Helper_abbreviate_dirs, \
@@ -44,7 +44,7 @@ $(readlicense_oo_DIR)/readme.xrm : \
 			-p readlicense_oo \
 			-i $< \
 			-o $@ \
-			-m $(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
+			-m $(gb_SDFLOCATION)/readlicense_oo/docs/localize.sdf \
 			-l all)
 
 endif
diff --git a/readlicense_oo/docs/readme.xrm b/readlicense_oo/docs/readme.xrm
new file mode 100755
index 0000000..5280b49
--- /dev/null
+++ b/readlicense_oo/docs/readme.xrm
@@ -0,0 +1,276 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+	<head>
+		<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
+
+		<title id="title" xml:lang="en-US">${PRODUCTNAME} Readme File</title>
+
+		<style type="text/css">
+			#Copyright_Trademark * {font-size: .7em;}
+			.note {border: 1px solid #993333; padding: 3px;}
+			p { margin-top: .1em; margin-bottom: .1em;}
+			.code {font-family: monospace;}
+		</style>
+	</head>
+
+	<body>
+		<div id="Intro">
+			<h1 id="Welcome" xml:lang="en-US">${PRODUCTNAME} ${PRODUCTVERSION} ReadMe</h1>
+			<p id="LatestUpdates" xml:lang="en-US">For latest updates to this readme file, see <a href="http://www.libreoffice.org/welcome/readme.html">http://www.libreoffice.org/welcome/readme.html</a></p>
+			<p id="A6" xml:lang="en-US">This file contains important information about the ${PRODUCTNAME} software. You are recommended to read this information very carefully before starting installation.</p>
+			<p id="A7" xml:lang="en-US">The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href="http://www.libreoffice.org/">http://www.libreoffice.org/</a>.</p>
+			<h3 id="A10" xml:lang="en-US">Is ${PRODUCTNAME} Really Free for Any User?</h3>
+			<p id="A11" xml:lang="en-US">${PRODUCTNAME} is free for use by everybody. You may take this copy of ${PRODUCTNAME} and install it on as many computers as you like, and use it for any purpose you like (including commercial, government, public administration and educational use). For further details see the license text packaged with this ${PRODUCTNAME} download.</p>
+			<h3 id="A12" xml:lang="en-US">Why is ${PRODUCTNAME} Free for Any User?</h3>
+			<p id="A13" xml:lang="en-US">You can use this copy of ${PRODUCTNAME} free of charge because individual contributors and corporate sponsors have designed, developed, tested, translated, documented, supported, marketed, and helped in many other ways to make ${PRODUCTNAME} what it is today - the world's leading Open Source productivity software for home and office.</p>
+			<p id="A13b" xml:lang="en-US">If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href="http://www.documentfoundation.org/contribution/">http://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind.</p>
+		</div>
+
+		<div id="Installation">
+			<h2 id="rr3fgf42r" xml:lang="en-US">Notes on Installation</h2>
+			<p class="note" id="javaneeded" xml:lang="en-US">${PRODUCTNAME} requires a recent version of Java Runtime Environment (JRE) for full functionality. JRE is not part of the ${PRODUCTNAME} installation package, it should be installed separately.</p>
+			<h3 id="sdfsdfgf42r" xml:lang="en-US">System Requirements</h3>
+			<div class="MAC" id="SystemRequirements_OSX">
+				<ul>
+					<li>
+						<p id="macxiOSX" xml:lang="en-US">MacOSX 10.4 (Tiger) or higher</p>
+					</li>
+
+					<li>
+						<p id="macxicpu" xml:lang="en-US">Intel or PowerPC processor</p>
+					</li>
+
+					<li>
+						<p id="macxiRAM" xml:lang="en-US">512 MB RAM</p>
+					</li>
+
+					<li>
+						<p id="macxHardDiksSpace" xml:lang="en-US">Up to 800 MB available hard disk space</p>
+					</li>
+
+					<li>
+						<p id="macxivideo" xml:lang="en-US">1024 x 768 graphic device with 256 colors (higher resolution recommended)</p>
+					</li>
+				</ul>
+			</div>
+			<div class="WIN" id="SystemRequirements_WIN">
+				<ul>
+					<li>
+						<p id="s2s3sdf2" xml:lang="en-US">Microsoft Windows 2000 (Service Pack 4 or higher), XP, Vista, or Windows 7</p>
+					</li>
+
+					<li>
+						<p id="utzu6" xml:lang="en-US">Pentium compatible PC (Pentium III or Athlon recommended)</p>
+					</li>
+
+					<li>
+						<p id="ghuj67" xml:lang="en-US">256 MB RAM (512 MB RAM recommended)</p>
+					</li>
+
+					<li>
+						<p id="jzjtzu6" xml:lang="en-US">Up to 1.5 GB available hard disk space</p>
+					</li>
+
+					<li>
+						<p id="jtzu56" xml:lang="en-US">1024x768 resolution (higher resolution recommended), at least 256 colors</p>
+					</li>
+				</ul>
+				<p class="note" id="edssc3d" xml:lang="en-US">Please be aware that administrator rights are needed for the installation process.</p>
+				<p id="MSOReg1" xml:lang="en-US">Registration of ${PRODUCTNAME} as default application for Microsoft Office formats can be forced or suppressed by using the following command line switches with the installer:</p>
+				<ul>
+					<li>
+						<p id="MSOReg2" xml:lang="en-US"><tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats.</p>
+					</li>
+
+					<li>
+						<p id="MSOReg3" xml:lang="en-US"><tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats.</p>
+					</li>
+				</ul>
+			</div>
+			<div class="LINUX" id="Linuxi2">
+			    <p id="s2we10" xml:lang="en-US">As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system.</p>
+				<p id="s2we11" xml:lang="en-US">This "stand-alone" ${PRODUCTNAME} installer is provided for users in need of previews, having special needs, and for out-of-the-ordinary cases.</p>
+				<ul>
+					<li>
+						<p id="s2we35" xml:lang="en-US">Linux Kernel version 2.6.18 or higher;</p>
+					</li>
+
+					<li>
+						<p id="s253we" xml:lang="en-US">glibc2 version 2.5 or higher;</p>
+					</li>
+
+					<li>
+						<p id="s256we" xml:lang="en-US">gtk version 2.10.4 or higher;</p>
+					</li>
+
+					<li>
+						<p id="s2etfseg" xml:lang="en-US">Pentium compatible PC (Pentium III or Athlon recommended);</p>
+					</li>
+
+					<li>
+						<p id="s2ssdfe" xml:lang="en-US">256 MB RAM (512 MB RAM recommended);</p>
+					</li>
+
+					<li>
+						<p id="n42dfgf" xml:lang="en-US">Up to 1.55 GB available hard disk space;</p>
+					</li>
+
+					<li>
+						<p id="ghjhhr" xml:lang="en-US">X Server with 1024x768 resolution (higher resolution recommended), with at least 256 colors;</p>
+					</li>
+
+					<li>
+						<p id="wd2dff" xml:lang="en-US">Gnome 2.16 or higher, with the gail 1.8.6 and the at-spi 1.7 packages (required for support for assistive technology [AT] tools), or another compatible GUI (such as KDE, among others).</p>
+					</li>
+				</ul>
+				<p id="Linuxi3a" xml:lang="en-US">There is a wide variety of Linux distributions, and there may be different installation options (KDE vs Gnome, etc.) available from the same Linux vendor. Some distributions ship with their own “native” version of ${PRODUCTNAME}, which may have different features from this community-supplied version of ${PRODUCTNAME}. In many cases, you can install the community-supplied ${PRODUCTNAME} alongside a native version. However, you may prefer to remove the “native” version before installing this community-supplied version. For details on how to do that, please consult the user help resources provided by your particular Linux vendor.</p>
+				<p class="note" id="Linuxi4a" xml:lang="en-US">It is a recommended best practice to back-up your system and data before you remove or install software.</p>
+			</div>
+			<p id="Precautions" xml:lang="en-US">Please make sure you have enough free memory in the temporary directory on your system, and please ensure that read, write and run access rights have been granted. Close all other programs before starting the installation process.</p>
+			<h3 id="sdfsdfgf42s" xml:lang="en-US">Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems</h3>
+			<p id="debianinstall1" xml:lang="en-US">If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack.</p>
+			<p id="debianinstall2" xml:lang="en-US">When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibO_", followed by the version number and some platform information.</p>
+			<p id="debianinstall3" xml:lang="en-US">This directory contains a subdirectory called "DEBS". Change directory to the "DEBS" directory.</p>
+			<p id="debianinstall4" xml:lang="en-US">Right-click within the directory and choose "Open in Terminal". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):</p>
+			<p id="debianinstall5" xml:lang="en-US">sudo dpkg -i *.deb</p>
+			<p id="debianinstall6" xml:lang="en-US">The above dpkg command does the first part of the installation process. To complete the process, you also need to install the desktop integration packages. To do this, change directory to the "desktop-integration" directory that is within the "DEBS" directory, using the following command:</p>
+			<p id="debianinstall7" xml:lang="en-US">cd desktop-integration</p>
+			<p id="debianinstall8" xml:lang="en-US">Now run the dpkg command again:</p>
+			<p id="debianinstall9" xml:lang="en-US">sudo dpkg -i *.deb</p>
+			<p id="debianinstallA" xml:lang="en-US">The installation process is now completed, and you should have icons for all the ${PRODUCTNAME} applications in your desktop's Applications/Office menu.</p>
+			<h3 id="sdfsdfgf42t" xml:lang="en-US">Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux systems using RPM packages</h3>
+			<p id="rpminstall1" xml:lang="en-US">If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack.</p>
+			<p id="rpminstall2" xml:lang="en-US">When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibO_", followed by the version number and some platform information.</p>
+			<p id="rpminstall3" xml:lang="en-US">This directory contains a subdirectory called "RPMS". Change directory to the "RPMS" directory.</p>
+			<p id="rpminstall4" xml:lang="en-US">Right-click within the directory and choose "Open in Terminal". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):</p>
+			<p id="rpminstall5" xml:lang="en-US">For Fedora-based systems: su -c 'yum install *.rpm'</p>
+			<p id="rpminstall6" xml:lang="en-US">For Mandriva-based systems: sudo urpmi *.rpm</p>
+			<p id="rpminstall7" xml:lang="en-US">For other RPM-based systems (Suse, etc.): rpm -Uvh *.rpm</p>
+			<p id="rpminstall8" xml:lang="en-US">The above command does the first part of the installation process. To complete the process, you also need to install the desktop integration packages. To do this, change directory to the "desktop-integration" directory that is within the "RPMS" directory, using the following command:</p>
+			<p id="rpminstall9" xml:lang="en-US">cd desktop-integration</p>
+			<p id="rpminstallA" xml:lang="en-US">Now run the installation command again:</p>
+			<p id="rpminstallB" xml:lang="en-US">For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'</p>
+			<p id="rpminstallC" xml:lang="en-US">For Mandriva-based systems: sudo urpmi *mandriva*.rpm</p>
+			<p id="rpminstallF" xml:lang="en-US">For SUSE-based systems: rpm -Uvh *suse*.rpm</p>
+			<p id="rpminstallD" xml:lang="en-US">For other RPM-based systems: rpm -Uvh *freedesktop*.rpm</p>
+			<p id="rpminstallE" xml:lang="en-US">The installation process is now completed, and you should have icons for all the ${PRODUCTNAME} applications in your desktop's Applications/Office menu.</p>
+			<h3 id="sdfsdfgf42t2" xml:lang="en-US">Notes Concerning Desktop Integration for Linux Distributions Not Covered in the Above Installation Instructions</h3>
+			<p id="otherinstall1" xml:lang="en-US">It should be easily possible to install ${PRODUCTNAME} on other Linux distributions not specifically covered in these installation instructions. The main aspect for which differences might be encountered is desktop integration.</p>
+			<p id="otherinstall2" xml:lang="en-US">The desktop-integration directory also contains a package named libreoffice3.3-freedesktop-menus-3.3.1.noarch.rpm (or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href="http://en.wikipedia.org/wiki/Freedesktop.org">http://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions.</p>
+			<h3 id="sdfsdfgf42t3" xml:lang="en-US">Installing a Language Pack</h3>
+			<p id="linuxlangpack1" xml:lang="en-US">Download the language pack for your desired language and platform. They are available from the same location as the main installation archive. From the Nautilus file manager, extract the downloaded archive into a directory (your desktop, for instance). Ensure that you have exited all ${PRODUCTNAME} applications (including the QuickStarter, if it is started).</p>
+			<p id="linuxlangpack2" xml:lang="en-US">Change directory to the directory in which you extracted your downloaded language pack.</p>
+			<p id="linuxlangpack3" xml:lang="en-US">Now change directory to the directory that was created during the extraction process. For instance, for the French language pack for a 32-bit Debian/Ubuntu-based system, the directory is named LibO_, plus some version information, plus Linux_x86_langpack-deb_fr.</p>
+			<p id="linuxlangpack4" xml:lang="en-US">Now change directory to the directory that contains the packages to install. On Debian/Ubuntu-based systems, the directory will be DEBS. On Fedora, Suse or Mandriva systems, the directory will be RPMS.</p>
+			<p id="linuxlangpack5" xml:lang="en-US">From the Nautilus file manager, right-click in the directory and choose the command "Open in terminal". In the terminal window you just opened, execute the command to install the language pack (with all of the commands below, you may be prompted to enter your root user's password):</p>
+			<p id="linuxlangpack6" xml:lang="en-US">For Debian/Ubuntu-based systems: sudo dpkg -i *.deb</p>
+			<p id="linuxlangpack7" xml:lang="en-US">For Fedora-based systems: su -c 'yum install *.rpm'</p>
+			<p id="linuxlangpack8" xml:lang="en-US">For Mandriva-based systems: sudo urpmi *.rpm</p>
+			<p id="linuxlangpack9" xml:lang="en-US">For other RPM-using systems (Suse, etc.): rpm -Uvh *.rpm</p>
+			<p id="linuxlangpackA" xml:lang="en-US">Now start one of the ${PRODUCTNAME} applications - Writer, for instance. Go to the Tools menu and choose Options. In the Options dialog box, click on "Language Settings" and then click on "Languages". Dropdown the "User interface" list and select the language you just installed. If you want, do the same thing for the "Locale setting", the "Default currency", and the "Default languages for documents".</p>
+			<p id="linuxlangpackB" xml:lang="en-US">After adjusting those settings, click on OK. The dialog box will close, and you will see an information message telling you that your changes will only be activated after you exit ${PRODUCTNAME} and start it again (remember to also exit the QuickStarter if it is started).</p>
+			<p id="linuxlangpackC" xml:lang="en-US">The next time you start ${PRODUCTNAME}, it will start in the language you just installed.</p>
+		</div>
+
+		<div class="LINUX WIN" id="StartupProblems">
+			<h2 id="naso01" xml:lang="en-US">Problems During Program Startup</h2>
+			<p id="abcdef" xml:lang="en-US">Difficulties starting ${PRODUCTNAME} (e.g. applications hang) as well as problems with the screen display are often caused by the graphics card driver. If these problems occur, please update your graphics card driver or try using the graphics driver delivered with your operating system. Difficulties displaying 3D objects can often be solved by deactivating the option "Use OpenGL" under 'Tools - Options - ${PRODUCTNAME} - View - 3D view'.</p>
+		</div>
+
+		<div class="WIN" id="Scroll">
+			<h2 id="naso" xml:lang="en-US">ALPS/Synaptics notebook touchpads in Windows</h2>
+			<p id="naso2" xml:lang="en-US">Due to a Windows driver issue, you cannot scroll through ${PRODUCTNAME} documents when you slide your finger across an ALPS/Synaptics touchpad.</p>
+			<p id="naso6" xml:lang="en-US">To enable touchpad scrolling, add the following lines to the "<tt>C:\Program Files\Synaptics\SynTP\SynTPEnh.ini</tt>" configuration file, and restart your computer:</p>
+			<p class="code" id="naso7">[${PRODUCTNAME}]</p>
+			<p class="code" id="naso3">FC = "SALFRAME"</p>
+			<p class="code" id="naso4">SF = 0x10000000</p>
+			<p class="code" id="naso5">SF |= 0x00004000</p>
+			<p class="note" id="naso8" xml:lang="en-US">The location of the configuration file might vary on different versions of Windows.</p>
+		</div>
+
+		<div class="SOLSPARC SOLX86" id="NetscapeAdressBook">
+			<h2 id="sdfsd32asrc" xml:lang="en-US">Mozilla Address Book Driver</h2>
+			<p id="sdcc32asrc" xml:lang="en-US">The Mozilla address book driver requires the <tt>SUNWzlib</tt> package. This package is not part of the minimum Solaris operating system installation. If you require access to the Mozilla address book, then add this package to your Solaris operating system using the command "<tt>pkgadd</tt>" from the installation CD.</p>
+		</div>
+
+		<div id="Keyboard">
+			<h2 id="awe1" xml:lang="en-US">Shortcut Keys</h2>
+			<p id="w32e1" xml:lang="en-US">Only shortcut keys (key combinations) not used by the operating system can be used in ${PRODUCTNAME}. If a key combination in ${PRODUCTNAME} does not work as described in the ${PRODUCTNAME} Help, check if that shortcut is already used by the operating system. To rectify such conflicts, you can change the keys assigned by your operating system. Alternatively, you can change almost any key assignment in ${PRODUCTNAME}. For more information on this topic, refer to the ${PRODUCTNAME} Help or the Help documention of your operating system.</p>
+			<div class="MAC" id="MACKeysBETA">
+				<p id="mackeys1" xml:lang="en-US">The application help of ${PRODUCTNAME} may use shortcut combinations for PC keyboards only.</p>
+			</div>
+		</div>
+
+		<div class="LINUX MAC SOLSPARC SOLX86" id="FileLocking">
+			<h2 id="gfh6w" xml:lang="en-US">File Locking</h2>
+			<p id="pji76w" xml:lang="en-US">File locking is enabled by default in ${PRODUCTNAME}. On a network that uses the Network File System protocol (NFS), the locking daemon for NFS clients must be active. To disable file locking, edit the <tt>soffice</tt> script and change the line "<tt>export SAL_ENABLE_FILE_LOCKING</tt>" to "<tt># export SAL_ENABLE_FILE_LOCKING</tt>". If you disable file locking, the write access of a document is not restricted to the user who first opens the document.</p>
+			<p class="note" id="pji76wsdf" xml:lang="en-US">Warning: The activated file locking feature can cause problems with Solaris 2.5.1 and 2.7 used in conjunction with Linux NFS 2.0. If your system environment has these parameters, we strongly recommend that you avoid using the file locking feature. Otherwise, ${PRODUCTNAME} will hang when you try to open a file from a NFS mounted directory from a Linux computer.</p>
+		</div>
+
+		<div class="LINUX" id="Graphic Performance">
+			<h2 id="gfh6w0" xml:lang="en-US">Graphic Performance</h2>
+			<p id="pji76w0" xml:lang="en-US">By default, ${PRODUCTNAME} favours nice-looking graphics over speed. If you experience slow graphics, switching off 'Tools - Options - ${PRODUCTNAME} - View - Use Anti-Aliasing' may help.</p>
+		</div>
+
+		<div class="WIN" id="Mapi">
+			<h2 id="gfh6w1" xml:lang="en-US">Problems When Sending Documents as E-mails From ${PRODUCTNAME}</h2>
+			<p id="pji76w1" xml:lang="en-US">When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file "Mapi" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href="http://www.microsoft.com">http://www.microsoft.com</a> to search the Microsoft Knowledge Base for "mapi dll".</p>
+		</div>
+
+		<div id="A11y">
+			<h2 id="aw22" xml:lang="en-US">Important Accessibility Notes</h2>
+			<p id="access7" xml:lang="en-US">For more information on the accessibility features in ${PRODUCTNAME}, see <a href="http://www.libreoffice.org/accessibility/">http://www.libreoffice.org/accessibility/</a></p>
+		</div>
+
+		<div id="UserSupport">
+			<h2 id="support" xml:lang="en-US">User Support</h2>
+			<p id="support1" xml:lang="en-US">The main support page <a href="http://www.libreoffice.org/support/">http://www.libreoffice.org/support/</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href="http://www.documentfoundation.org/nabble/">http://www.documentfoundation.org/nabble/</a> or search the archives of the 'users at libreoffice.org' mailing list at <a href="http://www.libreoffice.org/lists/users/">http://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href="mailto:users at libreoffice.org">users at libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href="mailto:users+subscribe at libreoffice.org">users+subscribe at libreoffice.org</a>.</p>
+			<p id="faq" url="ahead" xml:lang="en-US">Also check the FAQ section at <a href="http://www.libreoffice.org/faq/">http://www.libreoffice.org/faq/.</a></p>
+		</div>
+
+		<div id="ReportBugsIssues">
+			<h2 id="reportbugs" xml:lang="en-US">Reporting Bugs & Issues</h2>
+			<p id="reportbugs1" xml:lang="en-US">Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href="https://bugs.freedesktop.org/">https://bugs.freedesktop.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}.</p>
+		</div>
+
+		<div id="GettingInvolved">
+			<h2 id="gettinginvolved1" xml:lang="en-US">Getting Involved</h2>
+			<p id="gettinginvolved2" xml:lang="en-US">The ${PRODUCTNAME} Community would very much benefit from your active participation in the development of this important open source project.</p>
+			<p id="gettingimvolved3" xml:lang="en-US">As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href="http://www.libreoffice.org/contribution/">http://www.libreoffice.org/contribution/</a></p>
+			<h3 id="howtostart" xml:lang="en-US">How to Start</h3>
+			<p id="howtostart1" xml:lang="en-US">The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href="http://www.libreoffice.org/develop/">http://www.libreoffice.org/develop/</a>.</p>
+			<h3 id="subscribe" xml:lang="en-US">Subscribe</h3>
+			<p id="subscribe1" xml:lang="en-US">Here are a few of the mailing lists to which you can subscribe at <a href="http://www.libreoffice.org/contribution/">http://www.libreoffice.org/contribution/</a></p>
+			<ul>
+				<li>
+					<p id="subscribelist1" xml:lang="en-US">News: announce at documentfoundation.org *recommended to all users* (light traffic)</p>
+				</li>
+
+				<li>
+					<p id="subscribelist2" xml:lang="en-US">Main user list: users at global.libreoffice.org *easy way to lurk on discussions* (heavy traffic)</p>
+				</li>
+
+				<li>
+					<p id="subscribelist3" xml:lang="en-US">Marketing project: marketing at global.libreoffice.org *beyond development* (getting heavy)</p>
+				</li>
+
+				<li>
+					<p id="subscribelist4" xml:lang="en-US">General developer list: libreoffice at lists.freedesktop.org (heavy traffic)</p>
+				</li>
+			</ul>
+			<h3 id="joining0" xml:lang="en-US">Joining one or more Projects</h3>
+			<p id="joining" xml:lang="en-US">You can make major contributions to this important open source project even if you have limited software design or coding experience. Yes, you!</p>
+		</div>
+
+		<div id="Credits">
+			<p id="credits" xml:lang="en-US">We hope you enjoy working with the new ${PRODUCTNAME} ${PRODUCTVERSION} and will join us online.</p>
+			<p id="credits2" xml:lang="en-US">The LibreOffice Community</p>
+		</div>
+
+		<div id="ModifiedSourceCode">
+			<h2 id="sdffd23r3cefwefew" xml:lang="en-US">Used / Modified Source Code</h2>
+			<p id="sdffd23red32efew">Portions Copyright 1998, 1999 James Clark. Portions Copyright 1996, 1998 Netscape Communications Corporation.</p>
+		</div>
+	</body>
+</html>
diff --git a/readlicense_oo/docs/readme/readme.xrm b/readlicense_oo/docs/readme/readme.xrm
deleted file mode 100755
index 5280b49..0000000
--- a/readlicense_oo/docs/readme/readme.xrm
+++ /dev/null
@@ -1,276 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-	<head>
-		<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
-
-		<title id="title" xml:lang="en-US">${PRODUCTNAME} Readme File</title>
-
-		<style type="text/css">
-			#Copyright_Trademark * {font-size: .7em;}
-			.note {border: 1px solid #993333; padding: 3px;}
-			p { margin-top: .1em; margin-bottom: .1em;}
-			.code {font-family: monospace;}
-		</style>
-	</head>
-
-	<body>
-		<div id="Intro">
-			<h1 id="Welcome" xml:lang="en-US">${PRODUCTNAME} ${PRODUCTVERSION} ReadMe</h1>
-			<p id="LatestUpdates" xml:lang="en-US">For latest updates to this readme file, see <a href="http://www.libreoffice.org/welcome/readme.html">http://www.libreoffice.org/welcome/readme.html</a></p>
-			<p id="A6" xml:lang="en-US">This file contains important information about the ${PRODUCTNAME} software. You are recommended to read this information very carefully before starting installation.</p>
-			<p id="A7" xml:lang="en-US">The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href="http://www.libreoffice.org/">http://www.libreoffice.org/</a>.</p>
-			<h3 id="A10" xml:lang="en-US">Is ${PRODUCTNAME} Really Free for Any User?</h3>
-			<p id="A11" xml:lang="en-US">${PRODUCTNAME} is free for use by everybody. You may take this copy of ${PRODUCTNAME} and install it on as many computers as you like, and use it for any purpose you like (including commercial, government, public administration and educational use). For further details see the license text packaged with this ${PRODUCTNAME} download.</p>
-			<h3 id="A12" xml:lang="en-US">Why is ${PRODUCTNAME} Free for Any User?</h3>
-			<p id="A13" xml:lang="en-US">You can use this copy of ${PRODUCTNAME} free of charge because individual contributors and corporate sponsors have designed, developed, tested, translated, documented, supported, marketed, and helped in many other ways to make ${PRODUCTNAME} what it is today - the world's leading Open Source productivity software for home and office.</p>
-			<p id="A13b" xml:lang="en-US">If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href="http://www.documentfoundation.org/contribution/">http://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind.</p>
-		</div>
-
-		<div id="Installation">
-			<h2 id="rr3fgf42r" xml:lang="en-US">Notes on Installation</h2>
-			<p class="note" id="javaneeded" xml:lang="en-US">${PRODUCTNAME} requires a recent version of Java Runtime Environment (JRE) for full functionality. JRE is not part of the ${PRODUCTNAME} installation package, it should be installed separately.</p>
-			<h3 id="sdfsdfgf42r" xml:lang="en-US">System Requirements</h3>
-			<div class="MAC" id="SystemRequirements_OSX">
-				<ul>
-					<li>
-						<p id="macxiOSX" xml:lang="en-US">MacOSX 10.4 (Tiger) or higher</p>
-					</li>
-
-					<li>
-						<p id="macxicpu" xml:lang="en-US">Intel or PowerPC processor</p>
-					</li>
-
-					<li>
-						<p id="macxiRAM" xml:lang="en-US">512 MB RAM</p>
-					</li>
-
-					<li>
-						<p id="macxHardDiksSpace" xml:lang="en-US">Up to 800 MB available hard disk space</p>
-					</li>
-
-					<li>
-						<p id="macxivideo" xml:lang="en-US">1024 x 768 graphic device with 256 colors (higher resolution recommended)</p>
-					</li>
-				</ul>
-			</div>
-			<div class="WIN" id="SystemRequirements_WIN">
-				<ul>
-					<li>
-						<p id="s2s3sdf2" xml:lang="en-US">Microsoft Windows 2000 (Service Pack 4 or higher), XP, Vista, or Windows 7</p>
-					</li>
-
-					<li>
-						<p id="utzu6" xml:lang="en-US">Pentium compatible PC (Pentium III or Athlon recommended)</p>
-					</li>
-
-					<li>
-						<p id="ghuj67" xml:lang="en-US">256 MB RAM (512 MB RAM recommended)</p>
-					</li>
-
-					<li>
-						<p id="jzjtzu6" xml:lang="en-US">Up to 1.5 GB available hard disk space</p>
-					</li>
-
-					<li>
-						<p id="jtzu56" xml:lang="en-US">1024x768 resolution (higher resolution recommended), at least 256 colors</p>
-					</li>
-				</ul>
-				<p class="note" id="edssc3d" xml:lang="en-US">Please be aware that administrator rights are needed for the installation process.</p>
-				<p id="MSOReg1" xml:lang="en-US">Registration of ${PRODUCTNAME} as default application for Microsoft Office formats can be forced or suppressed by using the following command line switches with the installer:</p>
-				<ul>
-					<li>
-						<p id="MSOReg2" xml:lang="en-US"><tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats.</p>
-					</li>
-
-					<li>
-						<p id="MSOReg3" xml:lang="en-US"><tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats.</p>
-					</li>
-				</ul>
-			</div>
-			<div class="LINUX" id="Linuxi2">
-			    <p id="s2we10" xml:lang="en-US">As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system.</p>
-				<p id="s2we11" xml:lang="en-US">This "stand-alone" ${PRODUCTNAME} installer is provided for users in need of previews, having special needs, and for out-of-the-ordinary cases.</p>
-				<ul>
-					<li>
-						<p id="s2we35" xml:lang="en-US">Linux Kernel version 2.6.18 or higher;</p>
-					</li>
-
-					<li>
-						<p id="s253we" xml:lang="en-US">glibc2 version 2.5 or higher;</p>
-					</li>
-
-					<li>
-						<p id="s256we" xml:lang="en-US">gtk version 2.10.4 or higher;</p>
-					</li>
-
-					<li>
-						<p id="s2etfseg" xml:lang="en-US">Pentium compatible PC (Pentium III or Athlon recommended);</p>
-					</li>
-
-					<li>
-						<p id="s2ssdfe" xml:lang="en-US">256 MB RAM (512 MB RAM recommended);</p>
-					</li>
-
-					<li>
-						<p id="n42dfgf" xml:lang="en-US">Up to 1.55 GB available hard disk space;</p>
-					</li>
-
-					<li>
-						<p id="ghjhhr" xml:lang="en-US">X Server with 1024x768 resolution (higher resolution recommended), with at least 256 colors;</p>
-					</li>
-
-					<li>
-						<p id="wd2dff" xml:lang="en-US">Gnome 2.16 or higher, with the gail 1.8.6 and the at-spi 1.7 packages (required for support for assistive technology [AT] tools), or another compatible GUI (such as KDE, among others).</p>
-					</li>
-				</ul>
-				<p id="Linuxi3a" xml:lang="en-US">There is a wide variety of Linux distributions, and there may be different installation options (KDE vs Gnome, etc.) available from the same Linux vendor. Some distributions ship with their own “native” version of ${PRODUCTNAME}, which may have different features from this community-supplied version of ${PRODUCTNAME}. In many cases, you can install the community-supplied ${PRODUCTNAME} alongside a native version. However, you may prefer to remove the “native” version before installing this community-supplied version. For details on how to do that, please consult the user help resources provided by your particular Linux vendor.</p>
-				<p class="note" id="Linuxi4a" xml:lang="en-US">It is a recommended best practice to back-up your system and data before you remove or install software.</p>
-			</div>
-			<p id="Precautions" xml:lang="en-US">Please make sure you have enough free memory in the temporary directory on your system, and please ensure that read, write and run access rights have been granted. Close all other programs before starting the installation process.</p>
-			<h3 id="sdfsdfgf42s" xml:lang="en-US">Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems</h3>
-			<p id="debianinstall1" xml:lang="en-US">If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack.</p>
-			<p id="debianinstall2" xml:lang="en-US">When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibO_", followed by the version number and some platform information.</p>
-			<p id="debianinstall3" xml:lang="en-US">This directory contains a subdirectory called "DEBS". Change directory to the "DEBS" directory.</p>
-			<p id="debianinstall4" xml:lang="en-US">Right-click within the directory and choose "Open in Terminal". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):</p>
-			<p id="debianinstall5" xml:lang="en-US">sudo dpkg -i *.deb</p>
-			<p id="debianinstall6" xml:lang="en-US">The above dpkg command does the first part of the installation process. To complete the process, you also need to install the desktop integration packages. To do this, change directory to the "desktop-integration" directory that is within the "DEBS" directory, using the following command:</p>
-			<p id="debianinstall7" xml:lang="en-US">cd desktop-integration</p>
-			<p id="debianinstall8" xml:lang="en-US">Now run the dpkg command again:</p>
-			<p id="debianinstall9" xml:lang="en-US">sudo dpkg -i *.deb</p>
-			<p id="debianinstallA" xml:lang="en-US">The installation process is now completed, and you should have icons for all the ${PRODUCTNAME} applications in your desktop's Applications/Office menu.</p>
-			<h3 id="sdfsdfgf42t" xml:lang="en-US">Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux systems using RPM packages</h3>
-			<p id="rpminstall1" xml:lang="en-US">If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack.</p>
-			<p id="rpminstall2" xml:lang="en-US">When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibO_", followed by the version number and some platform information.</p>
-			<p id="rpminstall3" xml:lang="en-US">This directory contains a subdirectory called "RPMS". Change directory to the "RPMS" directory.</p>
-			<p id="rpminstall4" xml:lang="en-US">Right-click within the directory and choose "Open in Terminal". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):</p>
-			<p id="rpminstall5" xml:lang="en-US">For Fedora-based systems: su -c 'yum install *.rpm'</p>
-			<p id="rpminstall6" xml:lang="en-US">For Mandriva-based systems: sudo urpmi *.rpm</p>
-			<p id="rpminstall7" xml:lang="en-US">For other RPM-based systems (Suse, etc.): rpm -Uvh *.rpm</p>
-			<p id="rpminstall8" xml:lang="en-US">The above command does the first part of the installation process. To complete the process, you also need to install the desktop integration packages. To do this, change directory to the "desktop-integration" directory that is within the "RPMS" directory, using the following command:</p>
-			<p id="rpminstall9" xml:lang="en-US">cd desktop-integration</p>
-			<p id="rpminstallA" xml:lang="en-US">Now run the installation command again:</p>
-			<p id="rpminstallB" xml:lang="en-US">For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'</p>
-			<p id="rpminstallC" xml:lang="en-US">For Mandriva-based systems: sudo urpmi *mandriva*.rpm</p>
-			<p id="rpminstallF" xml:lang="en-US">For SUSE-based systems: rpm -Uvh *suse*.rpm</p>
-			<p id="rpminstallD" xml:lang="en-US">For other RPM-based systems: rpm -Uvh *freedesktop*.rpm</p>
-			<p id="rpminstallE" xml:lang="en-US">The installation process is now completed, and you should have icons for all the ${PRODUCTNAME} applications in your desktop's Applications/Office menu.</p>
-			<h3 id="sdfsdfgf42t2" xml:lang="en-US">Notes Concerning Desktop Integration for Linux Distributions Not Covered in the Above Installation Instructions</h3>
-			<p id="otherinstall1" xml:lang="en-US">It should be easily possible to install ${PRODUCTNAME} on other Linux distributions not specifically covered in these installation instructions. The main aspect for which differences might be encountered is desktop integration.</p>
-			<p id="otherinstall2" xml:lang="en-US">The desktop-integration directory also contains a package named libreoffice3.3-freedesktop-menus-3.3.1.noarch.rpm (or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href="http://en.wikipedia.org/wiki/Freedesktop.org">http://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions.</p>
-			<h3 id="sdfsdfgf42t3" xml:lang="en-US">Installing a Language Pack</h3>
-			<p id="linuxlangpack1" xml:lang="en-US">Download the language pack for your desired language and platform. They are available from the same location as the main installation archive. From the Nautilus file manager, extract the downloaded archive into a directory (your desktop, for instance). Ensure that you have exited all ${PRODUCTNAME} applications (including the QuickStarter, if it is started).</p>
-			<p id="linuxlangpack2" xml:lang="en-US">Change directory to the directory in which you extracted your downloaded language pack.</p>
-			<p id="linuxlangpack3" xml:lang="en-US">Now change directory to the directory that was created during the extraction process. For instance, for the French language pack for a 32-bit Debian/Ubuntu-based system, the directory is named LibO_, plus some version information, plus Linux_x86_langpack-deb_fr.</p>
-			<p id="linuxlangpack4" xml:lang="en-US">Now change directory to the directory that contains the packages to install. On Debian/Ubuntu-based systems, the directory will be DEBS. On Fedora, Suse or Mandriva systems, the directory will be RPMS.</p>
-			<p id="linuxlangpack5" xml:lang="en-US">From the Nautilus file manager, right-click in the directory and choose the command "Open in terminal". In the terminal window you just opened, execute the command to install the language pack (with all of the commands below, you may be prompted to enter your root user's password):</p>
-			<p id="linuxlangpack6" xml:lang="en-US">For Debian/Ubuntu-based systems: sudo dpkg -i *.deb</p>
-			<p id="linuxlangpack7" xml:lang="en-US">For Fedora-based systems: su -c 'yum install *.rpm'</p>
-			<p id="linuxlangpack8" xml:lang="en-US">For Mandriva-based systems: sudo urpmi *.rpm</p>
-			<p id="linuxlangpack9" xml:lang="en-US">For other RPM-using systems (Suse, etc.): rpm -Uvh *.rpm</p>
-			<p id="linuxlangpackA" xml:lang="en-US">Now start one of the ${PRODUCTNAME} applications - Writer, for instance. Go to the Tools menu and choose Options. In the Options dialog box, click on "Language Settings" and then click on "Languages". Dropdown the "User interface" list and select the language you just installed. If you want, do the same thing for the "Locale setting", the "Default currency", and the "Default languages for documents".</p>
-			<p id="linuxlangpackB" xml:lang="en-US">After adjusting those settings, click on OK. The dialog box will close, and you will see an information message telling you that your changes will only be activated after you exit ${PRODUCTNAME} and start it again (remember to also exit the QuickStarter if it is started).</p>
-			<p id="linuxlangpackC" xml:lang="en-US">The next time you start ${PRODUCTNAME}, it will start in the language you just installed.</p>
-		</div>
-
-		<div class="LINUX WIN" id="StartupProblems">
-			<h2 id="naso01" xml:lang="en-US">Problems During Program Startup</h2>
-			<p id="abcdef" xml:lang="en-US">Difficulties starting ${PRODUCTNAME} (e.g. applications hang) as well as problems with the screen display are often caused by the graphics card driver. If these problems occur, please update your graphics card driver or try using the graphics driver delivered with your operating system. Difficulties displaying 3D objects can often be solved by deactivating the option "Use OpenGL" under 'Tools - Options - ${PRODUCTNAME} - View - 3D view'.</p>
-		</div>
-
-		<div class="WIN" id="Scroll">
-			<h2 id="naso" xml:lang="en-US">ALPS/Synaptics notebook touchpads in Windows</h2>
-			<p id="naso2" xml:lang="en-US">Due to a Windows driver issue, you cannot scroll through ${PRODUCTNAME} documents when you slide your finger across an ALPS/Synaptics touchpad.</p>
-			<p id="naso6" xml:lang="en-US">To enable touchpad scrolling, add the following lines to the "<tt>C:\Program Files\Synaptics\SynTP\SynTPEnh.ini</tt>" configuration file, and restart your computer:</p>
-			<p class="code" id="naso7">[${PRODUCTNAME}]</p>
-			<p class="code" id="naso3">FC = "SALFRAME"</p>
-			<p class="code" id="naso4">SF = 0x10000000</p>
-			<p class="code" id="naso5">SF |= 0x00004000</p>
-			<p class="note" id="naso8" xml:lang="en-US">The location of the configuration file might vary on different versions of Windows.</p>
-		</div>
-
-		<div class="SOLSPARC SOLX86" id="NetscapeAdressBook">
-			<h2 id="sdfsd32asrc" xml:lang="en-US">Mozilla Address Book Driver</h2>
-			<p id="sdcc32asrc" xml:lang="en-US">The Mozilla address book driver requires the <tt>SUNWzlib</tt> package. This package is not part of the minimum Solaris operating system installation. If you require access to the Mozilla address book, then add this package to your Solaris operating system using the command "<tt>pkgadd</tt>" from the installation CD.</p>
-		</div>
-
-		<div id="Keyboard">
-			<h2 id="awe1" xml:lang="en-US">Shortcut Keys</h2>
-			<p id="w32e1" xml:lang="en-US">Only shortcut keys (key combinations) not used by the operating system can be used in ${PRODUCTNAME}. If a key combination in ${PRODUCTNAME} does not work as described in the ${PRODUCTNAME} Help, check if that shortcut is already used by the operating system. To rectify such conflicts, you can change the keys assigned by your operating system. Alternatively, you can change almost any key assignment in ${PRODUCTNAME}. For more information on this topic, refer to the ${PRODUCTNAME} Help or the Help documention of your operating system.</p>
-			<div class="MAC" id="MACKeysBETA">
-				<p id="mackeys1" xml:lang="en-US">The application help of ${PRODUCTNAME} may use shortcut combinations for PC keyboards only.</p>
-			</div>
-		</div>
-
-		<div class="LINUX MAC SOLSPARC SOLX86" id="FileLocking">
-			<h2 id="gfh6w" xml:lang="en-US">File Locking</h2>
-			<p id="pji76w" xml:lang="en-US">File locking is enabled by default in ${PRODUCTNAME}. On a network that uses the Network File System protocol (NFS), the locking daemon for NFS clients must be active. To disable file locking, edit the <tt>soffice</tt> script and change the line "<tt>export SAL_ENABLE_FILE_LOCKING</tt>" to "<tt># export SAL_ENABLE_FILE_LOCKING</tt>". If you disable file locking, the write access of a document is not restricted to the user who first opens the document.</p>
-			<p class="note" id="pji76wsdf" xml:lang="en-US">Warning: The activated file locking feature can cause problems with Solaris 2.5.1 and 2.7 used in conjunction with Linux NFS 2.0. If your system environment has these parameters, we strongly recommend that you avoid using the file locking feature. Otherwise, ${PRODUCTNAME} will hang when you try to open a file from a NFS mounted directory from a Linux computer.</p>
-		</div>
-
-		<div class="LINUX" id="Graphic Performance">
-			<h2 id="gfh6w0" xml:lang="en-US">Graphic Performance</h2>
-			<p id="pji76w0" xml:lang="en-US">By default, ${PRODUCTNAME} favours nice-looking graphics over speed. If you experience slow graphics, switching off 'Tools - Options - ${PRODUCTNAME} - View - Use Anti-Aliasing' may help.</p>
-		</div>
-
-		<div class="WIN" id="Mapi">
-			<h2 id="gfh6w1" xml:lang="en-US">Problems When Sending Documents as E-mails From ${PRODUCTNAME}</h2>
-			<p id="pji76w1" xml:lang="en-US">When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file "Mapi" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href="http://www.microsoft.com">http://www.microsoft.com</a> to search the Microsoft Knowledge Base for "mapi dll".</p>
-		</div>
-
-		<div id="A11y">
-			<h2 id="aw22" xml:lang="en-US">Important Accessibility Notes</h2>
-			<p id="access7" xml:lang="en-US">For more information on the accessibility features in ${PRODUCTNAME}, see <a href="http://www.libreoffice.org/accessibility/">http://www.libreoffice.org/accessibility/</a></p>
-		</div>
-
-		<div id="UserSupport">
-			<h2 id="support" xml:lang="en-US">User Support</h2>
-			<p id="support1" xml:lang="en-US">The main support page <a href="http://www.libreoffice.org/support/">http://www.libreoffice.org/support/</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href="http://www.documentfoundation.org/nabble/">http://www.documentfoundation.org/nabble/</a> or search the archives of the 'users at libreoffice.org' mailing list at <a href="http://www.libreoffice.org/lists/users/">http://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href="mailto:users at libreoffice.org">users at libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href="mailto:users+subscribe at libreoffice.org">users+subscribe at libreoffice.org</a>.</p>
-			<p id="faq" url="ahead" xml:lang="en-US">Also check the FAQ section at <a href="http://www.libreoffice.org/faq/">http://www.libreoffice.org/faq/.</a></p>
-		</div>
-
-		<div id="ReportBugsIssues">
-			<h2 id="reportbugs" xml:lang="en-US">Reporting Bugs & Issues</h2>
-			<p id="reportbugs1" xml:lang="en-US">Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href="https://bugs.freedesktop.org/">https://bugs.freedesktop.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}.</p>
-		</div>
-
-		<div id="GettingInvolved">
-			<h2 id="gettinginvolved1" xml:lang="en-US">Getting Involved</h2>
-			<p id="gettinginvolved2" xml:lang="en-US">The ${PRODUCTNAME} Community would very much benefit from your active participation in the development of this important open source project.</p>
-			<p id="gettingimvolved3" xml:lang="en-US">As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href="http://www.libreoffice.org/contribution/">http://www.libreoffice.org/contribution/</a></p>
-			<h3 id="howtostart" xml:lang="en-US">How to Start</h3>
-			<p id="howtostart1" xml:lang="en-US">The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href="http://www.libreoffice.org/develop/">http://www.libreoffice.org/develop/</a>.</p>
-			<h3 id="subscribe" xml:lang="en-US">Subscribe</h3>
-			<p id="subscribe1" xml:lang="en-US">Here are a few of the mailing lists to which you can subscribe at <a href="http://www.libreoffice.org/contribution/">http://www.libreoffice.org/contribution/</a></p>
-			<ul>
-				<li>
-					<p id="subscribelist1" xml:lang="en-US">News: announce at documentfoundation.org *recommended to all users* (light traffic)</p>
-				</li>
-
-				<li>
-					<p id="subscribelist2" xml:lang="en-US">Main user list: users at global.libreoffice.org *easy way to lurk on discussions* (heavy traffic)</p>
-				</li>
-
-				<li>
-					<p id="subscribelist3" xml:lang="en-US">Marketing project: marketing at global.libreoffice.org *beyond development* (getting heavy)</p>
-				</li>
-
-				<li>
-					<p id="subscribelist4" xml:lang="en-US">General developer list: libreoffice at lists.freedesktop.org (heavy traffic)</p>
-				</li>
-			</ul>
-			<h3 id="joining0" xml:lang="en-US">Joining one or more Projects</h3>
-			<p id="joining" xml:lang="en-US">You can make major contributions to this important open source project even if you have limited software design or coding experience. Yes, you!</p>
-		</div>
-
-		<div id="Credits">
-			<p id="credits" xml:lang="en-US">We hope you enjoy working with the new ${PRODUCTNAME} ${PRODUCTVERSION} and will join us online.</p>
-			<p id="credits2" xml:lang="en-US">The LibreOffice Community</p>
-		</div>
-
-		<div id="ModifiedSourceCode">
-			<h2 id="sdffd23r3cefwefew" xml:lang="en-US">Used / Modified Source Code</h2>
-			<p id="sdffd23red32efew">Portions Copyright 1998, 1999 James Clark. Portions Copyright 1996, 1998 Netscape Communications Corporation.</p>
-		</div>
-	</body>
-</html>
commit 05558b007535e96ead2bc4e60f5f824fee417e28
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Sep 23 13:38:36 2012 +0200

    drop obsolete cruft
    
    Change-Id: I352886daa93c4436e3acff5af7cee2feefec4957

diff --git a/readlicense_oo/docs/readme.dtd b/readlicense_oo/docs/readme.dtd
deleted file mode 100644
index d404451..0000000
--- a/readlicense_oo/docs/readme.dtd
+++ /dev/null
@@ -1,33 +0,0 @@
-<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Frank Loehmann (Star Office GmbH) -->
-<!ELEMENT Readme (Section)+>
-<!ATTLIST Readme
-	name CDATA #REQUIRED
-	col-span CDATA "70"
->
-<!ELEMENT Section (Paragraph)+>
-<!ATTLIST Section
-	id CDATA #REQUIRED
->
-<!ELEMENT Paragraph (Text | List)*>
-<!ATTLIST Paragraph
-	id CDATA #REQUIRED
-	gui (all | UNX | WNT) "all"
-	os (none | all | SOLARIS | LINUX | WNT | MACOSX) "all"
-	cpuname (all | SPARC | INTEL | POWERPC) "all"
-	com (all | GCC | MSC) "all"
-	localized (true | false) "true"
-	style (P | H1 | H2 | H3 | HR) "P"
->
-<!ELEMENT Text (#PCDATA)>
-<!ATTLIST Text
-	id CDATA #REQUIRED
-	xml:lang CDATA #REQUIRED
-	style (none | b | i | u) "none"
-	Wrap (true | false) "false"
-	url (true | false | ahead) "false"
-	path (none | file | url) "none"
->
-<!ELEMENT List (Text | Paragraph)+>
-<!ATTLIST List
-	Enum (true | false) "false"
->
diff --git a/readlicense_oo/docs/readme/eval.xsl b/readlicense_oo/docs/readme/eval.xsl
deleted file mode 100644
index 613e61d..0000000
--- a/readlicense_oo/docs/readme/eval.xsl
+++ /dev/null
@@ -1,91 +0,0 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-  <xsl:output method="text" />
-	<xsl:template match="/Readme">
-	<html>
-	<head>
-	<title></title>
-	<style type="text/css">
-		h1,h2,h3,h4,h5,p {margin:0px;}
-		.mac {color: #000;}
-		.wnt {color: #000;}
-		.unx {color: #000;}
-		.soli {color: #000;}
-		.solx {color: #000;}
-		.none {color: #000;}
-		.all {color: #000;}		
-		.section {background-color: #DEDEDE;}
-		.comment {text-color: #666; font-size: xx-small;}
-		body * {font-size: 9pt}
-	</style>
-	</head>
-	<body>
-	<table border='1' style='border-collapse:collapse;' cellpadding='5'>
-	<tr>
-	<th>attribs</th><th class="wnt">WNT</th><th class="mac">MAC</th><th class="soli">SOLI</th><th class="solx">SOLX</th><th class="unx">UNX</th><th>none</th><th>all</th><th>Content</th>
-	</tr>
-	<xsl:apply-templates />
-	</table>
-	</body>
-	</html>
-	</xsl:template>
-	
-	<xsl:template match="Section">
-  	<tr>
-		<th colspan="9" align='left' class="section">SECTION <xsl:value-of select="@id" /></th>
-		</tr>
-		<xsl:apply-templates />
-	</xsl:template>
-	
-	<xsl:template match="Paragraph">
-		<tr>
-      <td>
-				<xsl:if test="@os">os=<xsl:value-of select="@os"/></xsl:if><xsl:text> </xsl:text><xsl:if test="@gui">gui=<xsl:value-of select="@gui"/></xsl:if>
-			</td>
-			<th class="wnt"><xsl:if test="@os='WNT' or @gui='WNT'">WNT</xsl:if></th>
-			<th class="mac"><xsl:if test="@os='MACOSX'">MAC</xsl:if></th>
-			<th class="soli"><xsl:if test="@os='SOLARIS' and @cpuname='INTEL'">SOLI</xsl:if></th>
-			<th class="solx"><xsl:if test="@os='SOLARIS' and @cpuname='SPARC'">SOLX</xsl:if></th>
-			<th class="unx"><xsl:if test="@os='LINUX' or @gui='UNX'">UNX</xsl:if></th>
-			<th class="none"><xsl:if test="@os='none'">NONE</xsl:if></th>
-			<th class="all"><xsl:if test="@os='all'">ALL</xsl:if></th>
-			<td>
-				<xsl:choose>
-					<xsl:when test="@xml:lang='x-comment'">
-						<span class="comment"><xsl:apply-templates/></span>
-					</xsl:when>
-					<xsl:otherwise>
-						<xsl:if test="not(@style='')">
-							<xsl:text disable-output-escaping="yes"><</xsl:text><xsl:value-of select="@style"/><xsl:text disable-output-escaping="yes">></xsl:text>
-						</xsl:if>
-						<xsl:apply-templates/>
-						<xsl:if test="not(@style='')">
-							<xsl:text disable-output-escaping="yes"></</xsl:text><xsl:value-of select="@style"/><xsl:text disable-output-escaping="yes">></xsl:text>
-						</xsl:if>
-					</xsl:otherwise>
-				</xsl:choose>
-				</td>
-		</tr>
-	</xsl:template>
-	
-	<xsl:template match="List">
-		<xsl:choose>
-		<xsl:when test="@enum='true'">
-			<ol>
-				<xsl:for-each select="child::*">
-				<li><xsl:apply-templates/></li>
-				</xsl:for-each>
-			</ol>
-		</xsl:when>
-		<xsl:otherwise>
-			<ul>
-				<xsl:for-each select="child::*">
-				<li><xsl:apply-templates/></li>
-				</xsl:for-each>
-			</ul>
-		</xsl:otherwise>
-		</xsl:choose>
-		
-	</xsl:template>
-	
-</xsl:stylesheet>
-
commit b21b504022babd2de17dfb91e8dc0a2a5c804354
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Sun Sep 23 09:16:34 2012 +0200

    migrate readlicense_oo to gbuild
    
    Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03

diff --git a/Makefile.top b/Makefile.top
index fcbc03e..429dc2e 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -116,6 +116,7 @@ padmin\
 psprint_config\
 pyuno\
 qadevOOo\
+readlicense_oo\
 regexp\
 registry\
 remotebridges\
@@ -238,7 +239,6 @@ pango\
 postgresql\
 postprocess\
 python\
-readlicense_oo\
 redland\
 rhino\
 saxon\
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index 47a7b29..d2b02bf 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -46,7 +46,8 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
 	$(if $(filter DESKTOP,$(BUILD_TYPE)),\
 		codemaker \
 	) \
-	comphelper \
+    clucene \
+    comphelper \
     configmgr \
     connectivity \
 	cosv \
@@ -100,6 +101,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
     lingucomponent \
     linguistic \
     lotuswordpro \
+    l10ntools \
     MathMLDTD \
 	mdds \
     Mesa \
@@ -127,9 +129,10 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
 	$(if $(filter DESKTOP,$(BUILD_TYPE)),\
 		rdbmaker \
 	) \
-	regexp \
-	registry \
-	remotebridges \
+    readlicense_oo \
+    regexp \
+    registry \
+    remotebridges \
     reportbuilder \
     reportdesign \
 	ridljar \
diff --git a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk
index ed0675a..05c14fc 100644
--- a/filter/Configuration_filter.mk
+++ b/filter/Configuration_filter.mk
@@ -28,6 +28,7 @@ else # SOLAR_JAVA
 filter_MERGE_TARGET := $(OUTDIR_FOR_BUILD)/bin/FCFGMerge.jar
 filter_MERGE := $(JAVAINTERPRETER) $(JAVAIFLAGS) -jar $(filter_MERGE_TARGET)
 endif
+filter_MERGE_CONFIG_TARGET := $(OUTDIR_FOR_BUILD)/inc/l10ntools/FCFGMerge.cfg
 
 ### filter configuration rules: generic stuff #######################
 
@@ -37,7 +38,7 @@ filter_XcuFilterTypesTarget_get_target = $(WORKDIR)/XcuFilterTypesTarget/$(1)
 filter_XcuFilterTypesTarget_get_clean_target = \
  $(WORKDIR)/Clean/XcuFilterTypesTarget/$(1)
 
-$(call filter_XcuFilterTypesTarget_get_target,%) : $(filter_MERGE_TARGET)
+$(call filter_XcuFilterTypesTarget_get_target,%) : $(filter_MERGE_TARGET) $(filter_MERGE_CONFIG_TARGET)
 	$(call gb_Output_announce,$*,$(true),XCU,1)
 	$(call gb_Helper_abbreviate_dirs,\
 		mkdir -p $(dir $@) && \
@@ -84,7 +85,7 @@ filter_XcuFilterFiltersTarget_get_target = \
 filter_XcuFilterFiltersTarget_get_clean_target = \
  $(WORKDIR)/Clean/XcuFilterFiltersTarget/$(1)
 
-$(call filter_XcuFilterFiltersTarget_get_target,%) : $(filter_MERGE_TARGET)
+$(call filter_XcuFilterFiltersTarget_get_target,%) : $(filter_MERGE_TARGET) $(filter_MERGE_CONFIG_TARGET)
 	$(call gb_Output_announce,$*,$(true),XCU,1)
 	$(call gb_Helper_abbreviate_dirs,\
 		mkdir -p $(dir $@) && \
@@ -117,7 +118,7 @@ filter_XcuFilterOthersTarget_get_target = $(WORKDIR)/XcuFilterOthersTarget/$(1)
 filter_XcuFilterOthersTarget_get_clean_target = \
  $(WORKDIR)/Clean/XcuFilterOthersTarget/$(1)
 
-$(call filter_XcuFilterOthersTarget_get_target,%) : $(filter_MERGE_TARGET)
+$(call filter_XcuFilterOthersTarget_get_target,%) : $(filter_MERGE_TARGET) $(filter_MERGE_CONFIG_TARGET)
 	$(call gb_Output_announce,$*,$(true),XCU,1)
 	$(call gb_Helper_abbreviate_dirs,\
 		mkdir -p $(dir $@) && \
@@ -155,7 +156,7 @@ filter_XcuFilterInternalTarget_get_target = \
 filter_XcuFilterInternalTarget_get_clean_target = \
  $(WORKDIR)/Clean/XcuFilterInternalTarget/$(1)
 
-$(call filter_XcuFilterInternalTarget_get_target,%) : $(filter_MERGE_TARGET)
+$(call filter_XcuFilterInternalTarget_get_target,%) : $(filter_MERGE_TARGET) $(filter_MERGE_CONFIG_TARGET)
 	$(call gb_Output_announce,$*,$(true),XCU,1)
 	$(call gb_Helper_abbreviate_dirs,\
 		mkdir -p $(dir $@) && \
@@ -201,7 +202,7 @@ filter_XCU_filter := org/openoffice/TypeDetection/Filter.xcu
 filter_XcuResTarget_get_target = \
  $(call gb_XcuResTarget_get_target,fcfg_langpack/$(1)/$(filter_XCU_filter))
 
-$(filter_XcuFilterUiTarget) : $(filter_MERGE_TARGET)
+$(filter_XcuFilterUiTarget) : $(filter_MERGE_TARGET) $(filter_MERGE_CONFIG_TARGET)
 	$(call gb_Output_announce,$(filter_XcuFilterUiTarget),$(true),XCU,1)
 	$(call gb_Helper_abbreviate_dirs,\
 		mkdir -p $(dir $@) && \
diff --git a/readlicense_oo/CustomTarget_license.mk b/readlicense_oo/CustomTarget_license.mk
new file mode 100644
index 0000000..f6647ef
--- /dev/null
+++ b/readlicense_oo/CustomTarget_license.mk
@@ -0,0 +1,24 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_CustomTarget_CustomTarget,readlicense_oo/license))
+
+readlicense_oo_DIR := $(call gb_CustomTarget_get_workdir,readlicense_oo/license)
+
+$(call gb_CustomTarget_get_target,readlicense_oo/license) : $(readlicense_oo_DIR)/license.txt
+
+$(readlicense_oo_DIR)/license.txt : \
+		$(SRCDIR)/readlicense_oo/txt/license.txt \
+		| $(readlicense_oo_DIR)/.dir
+	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),AWK,1)
+	$(call gb_Helper_abbreviate_dirs, \
+		$(gb_AWK) 'sub("$$","\r")' $< > $@.tmp && mv $@.tmp $@ \
+	)
+
+# vim:set shiftwidth=4 tabstop=4 noexpandtab:
diff --git a/readlicense_oo/CustomTarget_readme.mk b/readlicense_oo/CustomTarget_readme.mk
new file mode 100644
index 0000000..c9648bb
--- /dev/null
+++ b/readlicense_oo/CustomTarget_readme.mk
@@ -0,0 +1,75 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_CustomTarget_CustomTarget,readlicense_oo/readme))
+
+readlicense_oo_DIR := $(call gb_CustomTarget_get_workdir,readlicense_oo/readme)
+
+# gb_WITH_LANG is empty if --with-lang is not set
+# what we need here is: gb_WITH_LANG_OR_DEFAULT ;-)
+readlicense_oo_LANGS := en-US $(filter-out en-US,$(gb_WITH_LANG))
+
+ifeq ($(GUI),UNX)
+readlicense_oo_READMEs := $(foreach lang,$(readlicense_oo_LANGS),$(readlicense_oo_DIR)/README_$(lang))
+readlicense_oo_README_PATTERN := $(readlicense_oo_DIR)/README_%
+else
+readlicense_oo_READMEs := $(foreach lang,$(readlicense_oo_LANGS),$(readlicense_oo_DIR)/readme_$(lang).txt)
+readlicense_oo_README_PATTERN := $(readlicense_oo_DIR)/readme_%.txt
+endif
+
+readlicense_XRMEXTARGET := $(call gb_Executable_get_target_for_build,xrmex)
+readlicense_XRMEXCOMMAND := $(gb_Helper_set_ld_path) $(readlicense_XRMEXTARGET)
+
+$(call gb_CustomTarget_get_target,readlicense_oo/readme) : $(readlicense_oo_READMEs)
+
+ifeq ($(strip $(gb_WITH_LANG)),)
+readlicense_oo_README_XRM := $(SRCDIR)/readlicense_oo/docs/readme/readme.xrm
+else
+readlicense_oo_README_XRM := $(readlicense_oo_DIR)/readme.xrm
+
+$(readlicense_oo_DIR)/readme.xrm : \
+		$(SRCDIR)/readlicense_oo/docs/readme/readme.xrm \
+		$(readlicense_XRMEXTARGET) \
+		$(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
+		| $(readlicense_oo_DIR)/.dir
+	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XRM,1)
+	$(call gb_Helper_abbreviate_dirs, \
+		$(readlicense_XRMEXCOMMAND) \
+			-p readlicense_oo \
+			-i $< \
+			-o $@ \
+			-m $(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
+			-l all)
+
+endif
+
+$(readlicense_oo_README_PATTERN) : \
+		$(SRCDIR)/readlicense_oo/docs/readme.xsl \
+		$(readlicense_oo_README_XRM) \
+		| $(readlicense_oo_DIR)/.dir
+	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSL,1)
+	$(call gb_Helper_abbreviate_dirs, \
+		$(gb_XSLTPROC) --nonet --novalid -o $@.out \
+			--stringparam com1 $(COM) \
+			--stringparam cp1 $(CPUNAME) \
+			--stringparam gui1 $(GUI) \
+			--stringparam lang1 $(word 2,$(subst _, ,$(basename $(notdir $@)))) \
+			--stringparam os1 $(OS) \
+			--stringparam type text \
+			$< \
+			$(readlicense_oo_README_XRM) && \
+		$(if $(filter WNT,$(GUI)) \
+			,$(gb_AWK) 'sub("$$","\r")' $@.out > $@.tmp && \
+				mv $@.tmp $@ && \
+				rm $@.out \
+			,mv $@.out $@ \
+		) \
+	)
+
+# vim:set shiftwidth=4 tabstop=4 noexpandtab:
diff --git a/readlicense_oo/Makefile b/readlicense_oo/Makefile
new file mode 100644
index 0000000..ccb1c85
--- /dev/null
+++ b/readlicense_oo/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4:
diff --git a/readlicense_oo/Module_readlicense_oo.mk b/readlicense_oo/Module_readlicense_oo.mk
new file mode 100644
index 0000000..4a6c679
--- /dev/null
+++ b/readlicense_oo/Module_readlicense_oo.mk
@@ -0,0 +1,21 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Module_Module,readlicense_oo))
+
+$(eval $(call gb_Module_add_targets,readlicense_oo,\
+    CustomTarget_license \
+    CustomTarget_readme \
+    Package_files \
+    Package_license \
+    Package_readme \
+))
+
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/readlicense_oo/Package_files.mk b/readlicense_oo/Package_files.mk
new file mode 100644
index 0000000..1cace5a
--- /dev/null
+++ b/readlicense_oo/Package_files.mk
@@ -0,0 +1,25 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,readlicense_oo_files,$(SRCDIR)/readlicense_oo))
+
+# LICENSE (upper case) is copied without EOL conversion from license.txt
+# license.txt is converted, prior to copy, see Package_license.mk
+$(eval $(call gb_Package_add_file,readlicense_oo_files,bin/osl/LICENSE,txt/license.txt))
+$(eval $(call gb_Package_add_file,readlicense_oo_files,bin/ure/LICENSE,txt/license.txt))
+
+$(eval $(call gb_Package_add_file,readlicense_oo_files,bin/NOTICE,txt/NOTICE))
+
+$(eval $(call gb_Package_add_file,readlicense_oo_files,bin/osl/LICENSE.odt,odt/LICENSE.odt))
+$(eval $(call gb_Package_add_file,readlicense_oo_files,bin/LICENSE.odt,odt/LICENSE.odt))
+$(eval $(call gb_Package_add_file,readlicense_oo_files,bin/CREDITS.odt,odt/CREDITS.odt))
+
+$(eval $(call gb_Package_add_file,readlicense_oo_files,bin/THIRDPARTYLICENSEREADME.html,html/THIRDPARTYLICENSEREADME.html))
+
+# vim: set noet sw=4 ts=4:
diff --git a/readlicense_oo/Package_license.mk b/readlicense_oo/Package_license.mk
new file mode 100644
index 0000000..cdc3b15
--- /dev/null
+++ b/readlicense_oo/Package_license.mk
@@ -0,0 +1,15 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,readlicense_oo_license,$(call gb_CustomTarget_get_workdir,readlicense_oo/license)))
+
+$(eval $(call gb_Package_add_file,readlicense_oo_license,bin/osl/license.txt,license.txt))
+$(eval $(call gb_Package_add_file,readlicense_oo_license,bin/ure/license.txt,license.txt))
+
+# vim: set noet sw=4 ts=4:
diff --git a/readlicense_oo/Package_readme.mk b/readlicense_oo/Package_readme.mk
new file mode 100644
index 0000000..e1fabb2
--- /dev/null
+++ b/readlicense_oo/Package_readme.mk
@@ -0,0 +1,18 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,readlicense_oo_readme_inc,$(call gb_CustomTarget_get_workdir,readlicense_oo/readme)))
+
+$(eval $(call gb_Package_add_files,readlicense_oo_readme_inc,bin/osl,\
+	$(foreach lang,en-US $(filter-out en-US,$(gb_WITH_LANG)),\
+		$(if $(filter UNX,$(GUI)),README_$(lang),readme_$(lang).txt) \
+	) \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/readlicense_oo/docs/readme/makefile.mk b/readlicense_oo/docs/readme/makefile.mk
deleted file mode 100644
index 2912810..0000000
--- a/readlicense_oo/docs/readme/makefile.mk
+++ /dev/null
@@ -1,43 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-# 
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# 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 = readlicense_oo
-TARGET  = ooo
-    
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-READMEFILES = \
-    $(MISC)$/readme.html \
-    $(MISC)$/readme.txt
-
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
diff --git a/readlicense_oo/makefile.mk b/readlicense_oo/makefile.mk
deleted file mode 100644
index 9d8000f..0000000
--- a/readlicense_oo/makefile.mk
+++ /dev/null
@@ -1,45 +0,0 @@
-PRJ=.
-PRJNAME=readlicense_oo
-TARGET=source
-
-# ------------------------------------------------------------------
-.INCLUDE: settings.mk
-# ------------------------------------------------------------------
-
-# ------------------------------------------------------------------
-.INCLUDE: target.mk
-# ------------------------------------------------------------------
-
-ALLTAR: $(MISC)/$/license.txt $(MISC)/$/LICENSE \
-	$(MISC)/$/NOTICE \
-        $(MISC)$/LICENSE.odt $(MISC)$/CREDITS.odt \
-        $(MISC)$/THIRDPARTYLICENSEREADME.html
-
-.IF "$(fallbacklicenses)"!=""
-$(fallbacklicenses) : $(SOURCELICENCES)
-    @$(ECHON) .
-    @$(COPY) $(@:d)$(@:b:s/_/./:b)_$(defaultlangiso)$(@:e) $@
-.ENDIF          # "$(fallbacklicenses)"!=""
-
-just_for_nice_optics: $(fallbacklicenses)
-    @$(ECHONL)
-
-# for windows, convert linends to DOS
-$(MISC)$/license.txt : txt$/license.txt
-    $(PERL) -p -e 's/\r?\n$$/\r\n/' < $< > $@
-# for others just copy
-$(MISC)$/LICENSE : txt$/license.txt
-    $(COPY) $< $@
-
-$(MISC)$/SYSLICDEST)$/LICENSE.odt : odt$/LICENSE.odt
-    $(COPY) $< $@
-
-# just copy into misc
-$(MISC)$/LICENSE.odt: odt/LICENSE.odt
-    $(COPY) odt/LICENSE.odt $@
-$(MISC)$/CREDITS.odt: odt/CREDITS.odt
-    $(COPY) odt/CREDITS.odt $@
-$(MISC)$/THIRDPARTYLICENSEREADME.html: html/THIRDPARTYLICENSEREADME.html
-    $(COPY) html/THIRDPARTYLICENSEREADME.html $@
-$(MISC)$/NOTICE: txt/NOTICE
-    $(COPY) txt/NOTICE $@
diff --git a/readlicense_oo/prj/build.lst b/readlicense_oo/prj/build.lst
index 6d215ee..7cfbc48 100644
--- a/readlicense_oo/prj/build.lst
+++ b/readlicense_oo/prj/build.lst
@@ -1,5 +1,4 @@
 ro  readlicense_oo : TRANSLATIONS:translations DESKTOP:l10ntools solenv LIBXSLT:libxslt NULL
 ro  readlicense_oo		usr1 - all ro_root NULL
-ro  readlicense_oo\docs\readme	nmake - all ro_readme NULL
-ro  readlicense_oo		nmake - all ro_conv NULL
+ro  readlicense_oo\prj		nmake - all ro_prj NULL
 
diff --git a/readlicense_oo/prj/d.lst b/readlicense_oo/prj/d.lst
index 97517c5..e69de29 100644
--- a/readlicense_oo/prj/d.lst
+++ b/readlicense_oo/prj/d.lst
@@ -1,31 +0,0 @@
-mkdir: %_DEST%\bin\osl
-mkdir: %_DEST%\pck
-
-dos: echo =====================================================================
-dos: echo Delivering LICENSE files
-dos: echo =====================================================================
-..\%__SRC%\misc\LICENSE     %_DEST%\bin\osl\LICENSE
-..\%__SRC%\misc\license.txt %_DEST%\bin\osl\license.txt
-..\%__SRC%\misc\LICENSE.odt %_DEST%\bin\osl\LICENSE.odt
-
-..\%__SRC%\misc\LICENSE.odt %_DEST%\bin\LICENSE.odt
-..\%__SRC%\misc\CREDITS.odt %_DEST%\bin\CREDITS.odt
-..\%__SRC%\misc\NOTICE %_DEST%\bin\NOTICE
-
-# URE:
-mkdir: %_DEST%\bin\ure
-..\%__SRC%\misc\LICENSE %_DEST%\bin\ure\LICENSE
-..\%__SRC%\misc\license.txt %_DEST%\bin\ure\license.txt
-
-..\%__SRC%\misc\THIRDPARTYLICENSEREADME.html %_DEST%\bin\THIRDPARTYLICENSEREADME.html
-
-
-dos: echo =====================================================================
-dos: echo Delivering README files
-dos: echo =====================================================================
-
-..\%__SRC%\misc\WNT\readme_*.txt %_DEST%\bin\osl
-..\%__SRC%\misc\WNT\readme_*.html %_DEST%\bin\osl
-..\%__SRC%\misc\UNX\README_* %_DEST%\bin\osl
-..\%__SRC%\misc\UNX\README_*.html %_DEST%\bin\osl
-
diff --git a/readlicense_oo/prj/dmake b/readlicense_oo/prj/dmake
deleted file mode 100644
index e69de29..0000000
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk
deleted file mode 100644
index 7b4836f..0000000
--- a/readlicense_oo/util/makefile.pmk
+++ /dev/null
@@ -1,70 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-# 
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# 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.
-#
-#*************************************************************************
-
-# --- Targets ------------------------------------------------------
-
-.IF "$(GUI)"=="UNX"
-# uppercase and no filename extension for txt
-SYSTEXTDOCS=$(foreach,i,$(alllangiso) $(MISC)$/$(GUI)$/README_$i)
-.ELSE		# "$(GUI)"=="UNX"
-SYSTEXTDOCS=$(foreach,i,$(alllangiso) $(MISC)$/$(GUI)$/readme_$i.txt)
-.ENDIF		# "$(GUI)"=="UNX"
-
-.IF "$(WITH_LANG)"!=""
-MERGEDXRM=$(COMMONMISC)$/$(TARGET)$/readme.xrm
-.ELSE		# "$(WITH_LANG)"!=""
-MERGEDXRM=.$/readme.xrm
-.ENDIF		# "$(WITH_LANG)"!=""
-
-.INCLUDE : target.mk
-
-ALLTAR : $(SYSTEXTDOCS)
-
-$(COMMONMISC)$/readme.dtd : ..$/readme.dtd  
-    $(MKDIRHIER) $(MISC)$/$(GUI)
-    $(COPY) $< $@
-
-virtual : $(MERGEDXRM) $(COMMONMISC)$/readme.dtd $(PRJ)$/docs/readme.xsl
-
-$(MISC)$/readme_text.xsl : virtual
-     $(SED) '' < ..$/readme.xsl > $@
-
-$(SYSTEXTDOCS) : $(MISC)$/readme_text.xsl
-    @@-$(MKDIRHIER) $(@:d)
-    $(XSLTPROC) --nonet --novalid -o $@ \
-    --stringparam os1 $(OS)	--stringparam gui1 $(GUI)	--stringparam com1  $(COM) \
-    --stringparam cp1 $(CPUNAME)	--stringparam type text	--stringparam lang1 $(@:b:s/readme_//:s/README_//) \
-    $<	$(MERGEDXRM)
-
-.IF "$(GUI)"=="WNT"
-    $(PERL) -pi -e 's/\n/\r\n/' $@
-.ENDIF                 # "$(GUI)"=="WNT"
-
-.IF "$(GUI)"=="UNX"
-    chmod g+w $(MISC)$/$(GUI)
-.ENDIF			# "$(GUI)"=="UNX"
-
diff --git a/tail_build/prj/build.lst b/tail_build/prj/build.lst
index fae7b9f..b9b5c04 100644
--- a/tail_build/prj/build.lst
+++ b/tail_build/prj/build.lst
@@ -1,2 +1,2 @@
-tb      tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CLUCENE:clucene CPPUNIT:cppunit CURL:curl EXPAT:expat FONTCONFIG:fontconfig FREETYPE:freetype GLIB:glib GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu DESKTOP:l10ntools JFREEREPORT:jfreereport JPEG:jpeg LCMS2:lcms2 LIBEXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LPSOLVE:lpsolve MOZ:moz MYTHES:mythes NSS:nss OPENLDAP:openldap OPENSSL:openssl POSTGRESQL:postgresql PYTHON:python REDLAND:redland SAXON:saxon TRANSLATIONS:translations XPDF:xpdf ZLIB:zlib external readlicense_oo RHINO:rhino sal solenv soltools xsltml NULL
+tb      tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CPPUNIT:cppunit CURL:curl EXPAT:expat FONTCONFIG:fontconfig FREETYPE:freetype GLIB:glib GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu JFREEREPORT:jfreereport JPEG:jpeg LCMS2:lcms2 LIBEXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LPSOLVE:lpsolve MOZ:moz MYTHES:mythes NSS:nss OPENLDAP:openldap OPENSSL:openssl POSTGRESQL:postgresql PYTHON:python REDLAND:redland SAXON:saxon TRANSLATIONS:translations XPDF:xpdf ZLIB:zlib external RHINO:rhino sal solenv soltools xsltml NULL
 tb tail_build\prj nmake - all tb_prj   NULL


More information about the Libreoffice-commits mailing list