Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-05-26 10:28:12 +0000
committerSimone Bordet2014-05-26 10:28:12 +0000
commit80f6266c217d0a70ddf98d0182da9f134a940f8b (patch)
tree0b1352f4e36c830eeafba9abdafa5733de6c019f /jetty-distribution
parent0d70ae87b25d9d088a7db1b704a3a00265258988 (diff)
downloadorg.eclipse.jetty.project-80f6266c217d0a70ddf98d0182da9f134a940f8b.tar.gz
org.eclipse.jetty.project-80f6266c217d0a70ddf98d0182da9f134a940f8b.tar.xz
org.eclipse.jetty.project-80f6266c217d0a70ddf98d0182da9f134a940f8b.zip
Using spaces instead of tabs.
Diffstat (limited to 'jetty-distribution')
-rw-r--r--jetty-distribution/src/main/resources/etc/jetty-started.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-distribution/src/main/resources/etc/jetty-started.xml b/jetty-distribution/src/main/resources/etc/jetty-started.xml
index 08297ec777..b958074e5d 100644
--- a/jetty-distribution/src/main/resources/etc/jetty-started.xml
+++ b/jetty-distribution/src/main/resources/etc/jetty-started.xml
@@ -8,7 +8,7 @@
<Call name="addLifeCycleListener">
<Arg>
<New class="org.eclipse.jetty.util.component.FileNoticeLifeCycleListener">
- <Arg><Property name="jetty.state" default="./jetty.state"/></Arg>
+ <Arg><Property name="jetty.state" default="./jetty.state"/></Arg>
</New>
</Arg>
</Call>

Back to the top