Author: eric
Date: Thu Jan  2 15:05:29 2014
New Revision: 1554821

URL: http://svn.apache.org/r1554821
Log:
simple format of line and header

Modified:
    
james/server/trunk/mailet/mailetcontainer-camel/src/main/resources/META-INF/spring/mailetcontainer-context.xml
    
james/server/trunk/protocols/protocols-imap4/src/main/resources/imapserver.xml

Modified: 
james/server/trunk/mailet/mailetcontainer-camel/src/main/resources/META-INF/spring/mailetcontainer-context.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/mailet/mailetcontainer-camel/src/main/resources/META-INF/spring/mailetcontainer-context.xml?rev=1554821&r1=1554820&r2=1554821&view=diff
==============================================================================
--- 
james/server/trunk/mailet/mailetcontainer-camel/src/main/resources/META-INF/spring/mailetcontainer-context.xml
 (original)
+++ 
james/server/trunk/mailet/mailetcontainer-camel/src/main/resources/META-INF/spring/mailetcontainer-context.xml
 Thu Jan  2 15:05:29 2014
@@ -1,17 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    ! Licensed to the Apache Software Foundation (ASF) under one ! ! or
-    more contributor license agreements. See the NOTICE file ! !
-    distributed with this work for additional information ! ! regarding
-    copyright ownership. The ASF licenses this file ! ! to you under the
-    Apache License, Version 2.0 (the ! ! "License"); you may not use this
-    file except in compliance ! ! with the License. You may obtain a copy
-    of the License at ! ! ! ! http://www.apache.org/licenses/LICENSE-2.0 !
-    ! ! ! Unless required by applicable law or agreed to in writing, ! !
-    software distributed under the License is distributed on an ! ! "AS
-    IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ! ! KIND, either
-    express or implied. See the License for the ! ! specific language
-    governing permissions and limitations ! ! under the License. !
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
 -->
 
 <beans xmlns="http://www.springframework.org/schema/beans";
@@ -30,4 +34,5 @@
     -->
     <bean id="mailetcontext" 
class="org.apache.james.mailetcontainer.impl.JamesMailetContext" 
autowire="byType"/>
     <bean id="mailspooler" 
class="org.apache.james.mailetcontainer.impl.JamesMailSpooler" 
autowire="byType"/>
+    
 </beans>

Modified: 
james/server/trunk/protocols/protocols-imap4/src/main/resources/imapserver.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/protocols/protocols-imap4/src/main/resources/imapserver.xml?rev=1554821&r1=1554820&r2=1554821&view=diff
==============================================================================
--- 
james/server/trunk/protocols/protocols-imap4/src/main/resources/imapserver.xml 
(original)
+++ 
james/server/trunk/protocols/protocols-imap4/src/main/resources/imapserver.xml 
Thu Jan  2 15:05:29 2014
@@ -21,10 +21,13 @@
 <!-- See http://james.apache.org/server/3/config.html for usage -->
 
 <imapservers>
+
   <imapserver enabled="true">
+
     <jmxName>imapserver</jmxName>
     <bind>0.0.0.0:143</bind>
     <connectionBacklog>200</connectionBacklog>
+
     <tls socketTLS="false" startTLS="false">
       <keystore>file://conf/keystore</keystore>
       <secret>yoursecret</secret>
@@ -48,6 +51,7 @@
       <connectionLimit> 0 </connectionLimit>
       <connectionLimitPerIP> 0 </connectionLimitPerIP>
     </handler>
+
   </imapserver>
-</imapservers>
 
+</imapservers>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to