]> granicus.if.org Git - php/commitdiff
* default dep rel attribute to 'has'
authorStig Bakken <ssb@php.net>
Thu, 28 Mar 2002 23:45:16 +0000 (23:45 +0000)
committerStig Bakken <ssb@php.net>
Thu, 28 Mar 2002 23:45:16 +0000 (23:45 +0000)
pear/package.dtd

index 7a5346a0837b2d425ede9475a5796256f96db82e..4c3e512cd5ed6878bbde48e9068f0339964aeabc 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-     $Id: package.dtd,v 1.18 2002-03-28 12:09:59 ssb Exp $
+     $Id: package.dtd,v 1.19 2002-03-28 23:45:16 ssb Exp $
 
      This is the PEAR package description, version 1.0b4.
      It should be used with the informal public identifier:
@@ -81,5 +81,5 @@
 <!ELEMENT dep (#PCDATA)>
 <!ATTLIST dep
        type    (pkg|ext|php|prog|ldlib|ltlib|os|websrv|sapi) #REQUIRED
-       rel     (has|eq|lt|le|gt|ge)                          #IMPLIED
+       rel     (has|eq|lt|le|gt|ge)                          'has'
        version CDATA                                         #IMPLIED>