diff options
author | Stig Bakken <ssb@php.net> | 2002-04-09 08:10:12 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-04-09 08:10:12 +0000 |
commit | 894cbdf3d22c1bd46d0d24120102ce2c04fbdcaf (patch) | |
tree | c8d9c0cc78b8e846c23fbd29396afa60910b3cb3 /pear/package.dtd | |
parent | 11acdb097dd6828df717d15a730bb6e49c153ce6 (diff) | |
download | php-git-894cbdf3d22c1bd46d0d24120102ce2c04fbdcaf.tar.gz |
* implemented role="script" and <replace> substitution during install
Diffstat (limited to 'pear/package.dtd')
-rw-r--r-- | pear/package.dtd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pear/package.dtd b/pear/package.dtd index 95fec39885..f80e766c13 100644 --- a/pear/package.dtd +++ b/pear/package.dtd @@ -1,5 +1,5 @@ <!-- - $Id: package.dtd,v 1.21 2002-04-09 00:03:18 ssb Exp $ + $Id: package.dtd,v 1.22 2002-04-09 08:10:08 ssb Exp $ This is the PEAR package description, version 1.0b6. It should be used with the informal public identifier: @@ -68,7 +68,6 @@ platform CDATA #IMPLIED md5sum CDATA #IMPLIED name CDATA #REQUIRED - replace (yes|no) 'no' install-as CDATA #IMPLIED> <!ELEMENT replace EMPTY> |