Skip to content

Commit 4ebd52e

Browse files
committed
[refactor] Indent output
1 parent 80f3d0b commit 4ebd52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-distribution/src/main/xslt/jetty-deploy.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
-->
2525
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2626
version="2.0">
27-
<xsl:output method="xml" omit-xml-declaration="no" doctype-public="-//Jetty//Configure//EN" doctype-system="http://www.eclipse.org/jetty/configure_9_3.dtd"/>
27+
<xsl:output method="xml" omit-xml-declaration="no" doctype-public="-//Jetty//Configure//EN" doctype-system="http://www.eclipse.org/jetty/configure_9_3.dtd" indent="yes"/>
2828
<xsl:template match="Set[@name eq 'monitoredDirName']">
2929
<xsl:copy><xsl:copy-of select="@*"/><xsl:copy-of select="Property[@name eq 'jetty.base']"/>/etc/jetty/<xsl:copy-of select="Property[@name eq 'jetty.deploy.monitoredDir']"/></xsl:copy>
3030
</xsl:template>

0 commit comments

Comments
 (0)