You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/11/01 10:47:04 UTC

svn commit: r1195898 - /cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd

Author: simonetripodi
Date: Tue Nov  1 09:47:04 2011
New Revision: 1195898

URL: http://svn.apache.org/viewvc?rev=1195898&view=rev
Log:
made pipeline/@type optional, with default value

Modified:
    cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd

Modified: cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd?rev=1195898&r1=1195897&r2=1195898&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd (original)
+++ cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd Tue Nov  1 09:47:04 2011
@@ -41,7 +41,7 @@
     </xsd:annotation>
     <xsd:complexType>
       <xsd:attribute name="id" use="required"/>
-      <xsd:attribute name="type" use="required">
+      <xsd:attribute name="type" use="optional" default="non-caching">
         <xsd:simpleType>
           <xsd:restriction base="xsd:string">
             <xsd:enumeration value="async-cache"/>