You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by th...@apache.org on 2012/09/25 13:07:14 UTC

svn commit: r1389797 - /cocoon/subprojects/cocoon-block-deployment/trunk/src/main/resources/META-INF/cocoon/spring/cocoon-blockdeployment-resourcesholder.xml

Author: thorsten
Date: Tue Sep 25 11:07:13 2012
New Revision: 1389797

URL: http://svn.apache.org/viewvc?rev=1389797&view=rev
Log:
white noise - formating changes

Modified:
    cocoon/subprojects/cocoon-block-deployment/trunk/src/main/resources/META-INF/cocoon/spring/cocoon-blockdeployment-resourcesholder.xml

Modified: cocoon/subprojects/cocoon-block-deployment/trunk/src/main/resources/META-INF/cocoon/spring/cocoon-blockdeployment-resourcesholder.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-block-deployment/trunk/src/main/resources/META-INF/cocoon/spring/cocoon-blockdeployment-resourcesholder.xml?rev=1389797&r1=1389796&r2=1389797&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-block-deployment/trunk/src/main/resources/META-INF/cocoon/spring/cocoon-blockdeployment-resourcesholder.xml (original)
+++ cocoon/subprojects/cocoon-block-deployment/trunk/src/main/resources/META-INF/cocoon/spring/cocoon-blockdeployment-resourcesholder.xml Tue Sep 25 11:07:13 2012
@@ -1,36 +1,31 @@
 <?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.
--->
-<!-- $Id$ -->
+<!-- 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. -->
+<!-- $Id: cocoon-blockdeployment-resourcesholder.xml 686263 2008-08-15 15:53:47Z 
+  gkossakowski $ -->
 <beans xmlns="http://www.springframework.org/schema/beans"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
+  xsi:schemaLocation="
+  http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
 
   <bean name="org.apache.cocoon.blockdeployment.BlockResourcesHolder"
     class="org.apache.cocoon.blockdeployment.DefaultBlockResourcesHolder">
-    <property name="servletContext" ref="javax.servlet.ServletContext"/>
+    <property name="servletContext" ref="javax.servlet.ServletContext" />
   </bean>
-  
-  <!-- This bean is deprecated and is kept for back-compatiblity with Cocoon Core 2.2 -->
+
+  <!-- This bean is deprecated and is kept for back-compatiblity with Cocoon 
+    Core 2.2 -->
   <bean name="org.apache.cocoon.spring.configurator.BlockResourcesHolder"
     class="org.apache.cocoon.blockdeployment.DefaultBlockResourcesHolder">
-    <property name="servletContext" ref="javax.servlet.ServletContext"/>
+    <property name="servletContext" ref="javax.servlet.ServletContext" />
   </bean>
 
 </beans>