diff options
author | Brett Porter <brett@apache.org> | 2011-12-16 13:13:10 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-12-16 13:13:10 +0000 |
commit | 615cfd730e41fffdc3cc487f5d54094ea67009f5 (patch) | |
tree | 2be71f747af1a129df587e00701a6f22914e6755 /archiva-jetty/src | |
parent | f5183ff08b0bf11849f6a90967977a981578096a (diff) | |
download | archiva-615cfd730e41fffdc3cc487f5d54094ea67009f5.tar.gz archiva-615cfd730e41fffdc3cc487f5d54094ea67009f5.zip |
remove all tab characters and fix some formatting
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1215120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/src')
-rw-r--r-- | archiva-jetty/src/main/conf/jetty.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml index 04bb55818..91d2c091e 100644 --- a/archiva-jetty/src/main/conf/jetty.xml +++ b/archiva-jetty/src/main/conf/jetty.xml @@ -67,8 +67,8 @@ <Set name="Acceptors">2</Set> <Set name="statsOn">false</Set> <Set name="confidentialPort">8443</Set> - <Set name="lowResourcesConnections">5000</Set> - <Set name="lowResourcesMaxIdleTime">5000</Set> + <Set name="lowResourcesConnections">5000</Set> + <Set name="lowResourcesMaxIdleTime">5000</Set> </New> </Arg> </Call> @@ -162,9 +162,9 @@ <New class="org.eclipse.jetty.deploy.WebAppDeployer"> <Set name="contexts"><Ref id="Contexts"/></Set> <Set name="webAppDir"><SystemProperty name="jetty.home" default="."/>/apps</Set> - <Set name="parentLoaderPriority">false</Set> - <Set name="extract">true</Set> - <Set name="allowDuplicates">false</Set> + <Set name="parentLoaderPriority">false</Set> + <Set name="extract">true</Set> + <Set name="allowDuplicates">false</Set> </New> </Arg> </Call> @@ -271,7 +271,7 @@ </Array> <!-- ARCHIVA CONFIG --> - + <New id="validation_mail" class="org.eclipse.jetty.plus.jndi.Resource"> <Arg>mail/Session</Arg> <Arg> |