File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
exist-distribution/src/main/xslt Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 24
24
-->
25
25
<xsl : stylesheet xmlns : xsl =" http://www.w3.org/1999/XSL/Transform"
26
26
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 " />
28
28
<xsl : template match =" Set[@name eq 'monitoredDirName']" >
29
29
<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 >
30
30
</xsl : template >
You can’t perform that action at this time.
0 commit comments