31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-10 09:12:22 +00:00
patchtester/patchtester/github.xml
2011-10-15 13:49:37 -05:00

28 lines
918 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<extension type="file" version="1.7" method="upgrade">
<name>Github Library</name>
<author>Joomla!</author>
<authorEmail>ianlenmac@gmail.com</authorEmail>
<authorUrl>http://www.joomla.org</authorUrl>
<copyright>(C) 2011 Open Source Matters. All Rights Reserved.</copyright>
<license>GPL v2.0 or later</license>
<version>11.3</version>
<creationDate>October 2011</creationDate>
<description>FILES_TEST1_XML_DESCRIPTION</description>
<!-- Fileset definition -->
<fileset>
<files target="libraries/joomla/client">
<filename>curl.php</filename>
<filename>github.php</filename>
<filename>githubobject.php</filename>
<folder>github</folder>
</files>
</fileset>
<!-- Extension Update Specification -->
<updateservers>
<server type="extension">https://raw.github.com/ianmacl/patchtester/master/updates/github.xml</server>
</updateservers>
</extension>