[TYPO3-50-general] XML schema for PackageInfo.xsd

David Bruehlmeier typo3 at bruehlmeier.com
Tue Mar 18 08:15:36 CET 2008


Hi Daniel,

> just a question - is it possible to set a dependency for a PEAR-package 
> already?
> 

no, but I think it's a nice idea too. I just added it to the RNG schema, 
so this is possible now:

<depends>
   <system type="PEAR" minVersion="1.5.1">XML_RPC</system>
</depends>

Of course, nothing of this is implemented yet, it's just ideas. The 
system-constraints of type "PEAR" might be checked by a PEAR package 
which checks and/or gets the appropriate PEAR packages. Seems like a 
cool feature. :-)

Greetings,
Dave


More information about the TYPO3-project-5_0-general mailing list