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 14:15:14 UTC

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

Author: simonetripodi
Date: Tue Nov  1 13:15:14 2011
New Revision: 1195980

URL: http://svn.apache.org/viewvc?rev=1195980&view=rev
Log:
added description attribute (it will be print when -p is turned on)

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=1195980&r1=1195979&r2=1195980&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 13:15:14 2011
@@ -52,7 +52,8 @@
         <xsd:element ref="serializer"/>
       </xsd:sequence>
       <xsd:attribute name="id" use="required"/>
-      <xsd:attribute name="type" use="optional" default="non-caching">
+      <xsd:attribute name="description" use="optional" default="Description not available"/>
+      <xsd:attribute name="type" use="optional" default="non-caching">  
         <xsd:simpleType>
           <xsd:restriction base="xsd:string">
             <xsd:enumeration value="async-cache"/>