diff options
author | David Tardon <dtardon@redhat.com> | 2015-01-14 17:45:10 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-01-14 17:45:18 +0100 |
commit | 76e60eb2fecdad02a3349e5cffd269d10b21a0df (patch) | |
tree | 0a54c91f2772cb503a752325ec1f3cd77e017aec /solenv | |
parent | 5d656f212fe1a6875cdf638b3d8bf2179e34152e (diff) |
Revert "do not pack registries"
Oops, pushed this by a mistake...
This reverts commit 327c5bfd1d5c0cf8e597d651c4925aa5cfbfa918.
Change-Id: I8f65b894f88991798f1eb87eeff7e6f905417d8a
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/packregistry.xslt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/packregistry.xslt b/solenv/bin/packregistry.xslt index 928d1b46e001..9079bbc6b43d 100644 --- a/solenv/bin/packregistry.xslt +++ b/solenv/bin/packregistry.xslt @@ -18,7 +18,6 @@ --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:oor="http://openoffice.org/2001/registry"> - <xsl:output indent="yes"/> <xsl:param name="prefix"/> <xsl:strip-space elements="*"/> <xsl:preserve-space elements="value it"/> |