You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/09/01 13:04:12 UTC

svn commit: r265698 - in /cocoon/blocks/webdav/trunk: conf/ samples/webdav.xsamples

Author: cziegeler
Date: Thu Sep  1 04:04:08 2005
New Revision: 265698

URL: http://svn.apache.org/viewcvs?rev=265698&view=rev
Log:
Move xsamples file to sample directory

Added:
    cocoon/blocks/webdav/trunk/samples/webdav.xsamples
Removed:
    cocoon/blocks/webdav/trunk/conf/

Added: cocoon/blocks/webdav/trunk/samples/webdav.xsamples
URL: http://svn.apache.org/viewcvs/cocoon/blocks/webdav/trunk/samples/webdav.xsamples?rev=265698&view=auto
==============================================================================
--- cocoon/blocks/webdav/trunk/samples/webdav.xsamples (added)
+++ cocoon/blocks/webdav/trunk/samples/webdav.xsamples Thu Sep  1 04:04:08 2005
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
+
+<xsamples xpath="/samples" unless="group[@name='WebDAV']">
+
+  <group name="WebDAV">
+    <sample href="webdav/" name="WebDAV Block">
+      Using WebDAV with Cocoon
+    </sample>
+  </group>
+
+</xsamples>