logo       
Google Custom Search
    AddThis Social Bookmark Button

cvs: pearweb /public_html/dtd package-2.0.xsd: msg#00204

Subject: cvs: pearweb /public_html/dtd package-2.0.xsd
cellog          Tue Aug 31 17:43:58 2004 EDT

  Modified files:              
    /pearweb/public_html/dtd    package-2.0.xsd 
  Log:
  add changelog.  format is either like package.xml with <release> and 
state->stability, and other 2.0 changes, or
  <changelog>
   <file name="/full/path/in/tgz/to/file"/>
  </changelog>
  
http://cvs.php.net/diff.php/pearweb/public_html/dtd/package-2.0.xsd?r1=1.4&r2=1.5&ty=u
Index: pearweb/public_html/dtd/package-2.0.xsd
diff -u pearweb/public_html/dtd/package-2.0.xsd:1.4 
pearweb/public_html/dtd/package-2.0.xsd:1.5
--- pearweb/public_html/dtd/package-2.0.xsd:1.4 Sat Aug 28 20:41:44 2004
+++ pearweb/public_html/dtd/package-2.0.xsd     Tue Aug 31 17:43:58 2004
@@ -24,6 +24,28 @@
      <xs:element ref="extsrc" maxOccurs="unbounded"/>
      <xs:element ref="extbin" maxOccurs="unbounded"/>
     </xs:choice>
+    <xs:element name="changelog">
+     <xs:complexType>
+      <xs:choice>
+       <xs:element name="release" maxOccurs="unbounded">
+        <xs:complexType>
+         <xs:sequence>
+          <xs:element ref="version"/>
+          <xs:element ref="date"/>
+          <xs:element ref="license"/>
+          <xs:element ref="stability"/>
+          <xs:element ref="notes"/>
+         </xs:sequence>
+        </xs:complexType>
+       </xs:element>
+       <xs:element name="file">
+        <xs:complexType>
+         <xs:attribute name="name" type="xs:string" use="required"/>
+        </xs:complexType>
+       </xs:element>
+      </xs:choice>
+     </xs:complexType>
+    </xs:element>
    </xs:sequence>
    <xs:attribute name="version" type="xs:string" use="required" fixed="2.0"/>
    <xs:attribute name="packager-version" type="xs:string">

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>