Minor formatting update TABS to SPACES

This commit is contained in:
Joakim Erdfelt 2013-03-06 08:35:27 -07:00 committed by Simone Bordet
parent 7fc38f6c0f
commit 38414eaac7
1 changed files with 5 additions and 5 deletions

View File

@ -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>