You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by fe...@apache.org on 2007/05/15 15:21:48 UTC

svn commit: r538176 - in /cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources: COB-INF/axis.xsamples META-INF/ META-INF/cocoon/ META-INF/cocoon/spring/ META-INF/cocoon/spring/cocoon-axis-sample-blockServlet.xml

Author: felixk
Date: Tue May 15 06:21:47 2007
New Revision: 538176

URL: http://svn.apache.org/viewvc?view=rev&rev=538176
Log:
- move to servlet-service
- add blockServlet bean

Added:
    cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/
    cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/cocoon/
    cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/cocoon/spring/
    cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/cocoon/spring/cocoon-axis-sample-blockServlet.xml   (with props)
Modified:
    cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/COB-INF/axis.xsamples

Modified: cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/COB-INF/axis.xsamples
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/COB-INF/axis.xsamples?view=diff&rev=538176&r1=538175&r2=538176
==============================================================================
--- cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/COB-INF/axis.xsamples (original)
+++ cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/COB-INF/axis.xsamples Tue May 15 06:21:47 2007
@@ -19,7 +19,7 @@
 <xsamples xpath="/samples" unless="group[@name='Axis']">
 
   <group name="Axis">
-    <sample name="Axis Block" href="axis/">Examples using Apache Axis to give access to Cocoon via SOAP.</sample>
+    <sample name="Axis Block" href="/cocoon-axis-sample/">Examples using Apache Axis to give access to Cocoon via SOAP.</sample>
   </group>
 
 </xsamples>

Added: cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/cocoon/spring/cocoon-axis-sample-blockServlet.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/cocoon/spring/cocoon-axis-sample-blockServlet.xml?view=auto&rev=538176
==============================================================================
--- cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/cocoon/spring/cocoon-axis-sample-blockServlet.xml (added)
+++ cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/cocoon/spring/cocoon-axis-sample-blockServlet.xml Tue May 15 06:21:47 2007
@@ -0,0 +1,29 @@
+<?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.
+-->
+
+<!-- @version $Id$ -->
+<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.xsd
+                           http://cocoon.apache.org/schema/servlet http://cocoon.apache.org/schema/servlet/cocoon-servlet-1.0.xsd">
+
+    <bean id="org.apache.cocoon.axis.sample.servlet" class="org.apache.cocoon.sitemap.SitemapServlet">
+        <servlet:context mount-path="/cocoon-axis-sample" context-path="blockcontext:/cocoon-axis-sample/" />
+    </bean>
+</beans>

Propchange: cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/cocoon/spring/cocoon-axis-sample-blockServlet.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/src/main/resources/META-INF/cocoon/spring/cocoon-axis-sample-blockServlet.xml
------------------------------------------------------------------------------
    svn:keywords = Id