You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/05/01 14:20:49 UTC

svn commit: r534033 - in /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch: ./ test.xweb

Author: reinhard
Date: Tue May  1 05:20:48 2007
New Revision: 534033

URL: http://svn.apache.org/viewvc?view=rev&rev=534033
Log:
have an example of an xweb file too

Added:
    cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch/
    cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch/test.xweb   (with props)

Added: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch/test.xweb
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch/test.xweb?view=auto&rev=534033
==============================================================================
--- cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch/test.xweb (added)
+++ cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch/test.xweb Tue May  1 05:20:48 2007
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<xweb xpath="/web-app" 
+      unless="comment()[contains(., 'MyServlet')]" 
+      insert-after="servlet[last()]">
+
+    <!-- MyServlet -->
+    
+</xweb>

Propchange: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch/test.xweb
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch/test.xweb
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/META-INF/cocoon/xpatch/test.xweb
------------------------------------------------------------------------------
    svn:mime-type = text/xml