diff options
author | Stig Bakken <ssb@php.net> | 2001-04-15 23:52:42 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-04-15 23:52:42 +0000 |
commit | a90c2198e0050675d36b302c99a8e50447bb6b8d (patch) | |
tree | a99a4b58dc91583364740f345fa85036066f9475 | |
parent | f0abfcc894d7481a662594146898ce98ac3f8c68 (diff) | |
download | php-git-a90c2198e0050675d36b302c99a8e50447bb6b8d.tar.gz |
* add a package type called empty (default)
-rw-r--r-- | pear/package.dtd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pear/package.dtd b/pear/package.dtd index 5e8d592b34..0ad77d5ac4 100644 --- a/pear/package.dtd +++ b/pear/package.dtd @@ -1,5 +1,5 @@ <!-- - $Id: package.dtd,v 1.4 2001-03-29 22:01:52 uw Exp $ + $Id: package.dtd,v 1.5 2001-04-15 23:52:42 ssb Exp $ This is the PEAR package description, version 1.0. It should be used with the informal public identifier: @@ -24,14 +24,14 @@ <!ENTITY % global.atts "id ID #IMPLIED"> <!--============== attributes common to several elements ===================--> <!ENTITY % role.atts "Role (php|ext|test|doc) 'php'"> -<!ENTITY % extension.atts "Debug (on|off) 'off' - ThreadSafe (on|off) 'off'"> +<!ENTITY % extension.atts "Debug (on|off) 'off' + ThreadSafe (on|off) 'off'"> <!ENTITY % format.atts "Format CDATA #IMPLIED"> <!--=============== ELEMENT: Package =======================================--> <!ELEMENT Package (Name, Summary, Maintainer, Release, FileList)> <!ATTLIST Package %global.atts; - Type (Source | Binary) "Binary" + Type (Source | Binary | Empty) "Empty" > <!--=============== ELEMENT: Name ==========================================--> <!ELEMENT Name (#PCDATA)> |