]> granicus.if.org Git - php/commitdiff
* add some missing attributes
authorStig Bakken <ssb@php.net>
Sat, 2 Feb 2002 00:06:44 +0000 (00:06 +0000)
committerStig Bakken <ssb@php.net>
Sat, 2 Feb 2002 00:06:44 +0000 (00:06 +0000)
pear/package.dtd

index 4818c4e598344e6ee30ca3c37daa0df15d893117..7afff8fb85fb0c1a4cdc17976172da84d2905431 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-     $Id: package.dtd,v 1.13 2002-01-30 09:23:34 ssb Exp $
+     $Id: package.dtd,v 1.14 2002-02-02 00:06:44 ssb Exp $
 
      This is the PEAR package description, version 1.1b2.
      It should be used with the informal public identifier:
 <!ELEMENT filelist (dir|file|libfile)*>
 
 <!ELEMENT dir (file|libfile)*>
+<!ATTLIST dir name           CDATA #REQUIRED
+              baseinstalldir CDATA #IMPLIED>
 
 <!ELEMENT file (#PCDATA)>
-<!ATTLIST file role     (php|ext|test|doc) 'php'
-               debug    (na|on|off)        'na'
-               threaded (na|on|off)        'na'
-               format   CDATA              #IMPLIED>
+<!ATTLIST file role           (php|ext|test|doc) 'php'
+               debug          (na|on|off)        'na'
+               threaded       (na|on|off)        'na'
+               format         CDATA              #IMPLIED
+               baseinstalldir CDATA              #IMPLIED>
 
 <!ELEMENT libfile (libname|sources|includes|libadd)*>