You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/10/26 02:29:08 UTC

svn commit: r588441 - /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/META-INF/cocoon/spring/servlet-service.xml

Author: vgritsenko
Date: Thu Oct 25 17:29:07 2007
New Revision: 588441

URL: http://svn.apache.org/viewvc?rev=588441&view=rev
Log:
indent

Modified:
    cocoon/trunk/blocks/cocoon-welcome/src/main/resources/META-INF/cocoon/spring/servlet-service.xml

Modified: cocoon/trunk/blocks/cocoon-welcome/src/main/resources/META-INF/cocoon/spring/servlet-service.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-welcome/src/main/resources/META-INF/cocoon/spring/servlet-service.xml?rev=588441&r1=588440&r2=588441&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-welcome/src/main/resources/META-INF/cocoon/spring/servlet-service.xml (original)
+++ cocoon/trunk/blocks/cocoon-welcome/src/main/resources/META-INF/cocoon/spring/servlet-service.xml Thu Oct 25 17:29:07 2007
@@ -17,17 +17,17 @@
   specific language governing permissions and limitations
   und
 -->
-<!--+
-    | @version $Id: servlet-service.xml 523714 2007-03-29 13:54:20Z gkossakowski $
-    +-->
+
+<!--
+  - @version $Id: servlet-service.xml 523714 2007-03-29 13:54:20Z gkossakowski $
+  -->
 <beans xmlns="http://www.springframework.org/schema/beans"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns:servlet="http://cocoon.apache.org/schema/servlet"
-  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-  http://cocoon.apache.org/schema/servlet http://cocoon.apache.org/schema/servlet/cocoon-servlet-1.0.xsd">
-  
-  <bean id="org.apache.org.cocoon-welcome.block" class="org.apache.cocoon.sitemap.SitemapServlet">
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns:servlet="http://cocoon.apache.org/schema/servlet"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+                           http://cocoon.apache.org/schema/servlet http://cocoon.apache.org/schema/servlet/cocoon-servlet-1.0.xsd">
+
+  <bean name="org.apache.org.cocoon-welcome.block" class="org.apache.cocoon.sitemap.SitemapServlet">
     <servlet:context mount-path="/" context-path="blockcontext:/cocoon-welcome/"/>
   </bean>
-  
 </beans>