Minor formatting update TABS to SPACES
This commit is contained in:
parent
7fc38f6c0f
commit
38414eaac7
|
@ -45,12 +45,12 @@
|
||||||
<Set name="extractWars">true</Set>
|
<Set name="extractWars">true</Set>
|
||||||
<Set name="configurationManager">
|
<Set name="configurationManager">
|
||||||
<New class="org.eclipse.jetty.deploy.PropertiesConfigurationManager">
|
<New class="org.eclipse.jetty.deploy.PropertiesConfigurationManager">
|
||||||
<!-- file of context configuration properties
|
<!-- file of context configuration properties
|
||||||
<Set name="file"><SystemProperty name="jetty.home"/>/etc/some.properties</Set>
|
<Set name="file"><SystemProperty name="jetty.home"/>/etc/some.properties</Set>
|
||||||
-->
|
-->
|
||||||
<!-- set a context configuration property
|
<!-- set a context configuration property
|
||||||
<Call name="put"><Arg>name</Arg><Arg>value</Arg></Call>
|
<Call name="put"><Arg>name</Arg><Arg>value</Arg></Call>
|
||||||
-->
|
-->
|
||||||
</New>
|
</New>
|
||||||
</Set>
|
</Set>
|
||||||
</New>
|
</New>
|
||||||
|
|
Loading…
Reference in New Issue