-
Notifications
You must be signed in to change notification settings - Fork 13
/
sample.xml
30 lines (29 loc) · 1.06 KB
/
sample.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<extension type="library" method="upgrade" version="2.5">
<name>Sample - Library</name>
<libraryname>sample</libraryname>
<author>@phproberto</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.phproberto.com</authorUrl>
<copyright>Copyright (C) 2013 Roberto Segura. All rights reserved.</copyright>
<creationDate>December 2013</creationDate>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>1.0.0</version>
<description>Sample 3rd part library for Joomla!</description>
<files>
<folder>form</folder>
<folder>helper</folder>
<folder>html</folder>
<folder>language</folder>
<folder>src</folder>
<folder>vendor</folder>
<filename>LICENSE</filename>
<filename>README.md</filename>
<filename>library.php</filename>
</files>
<!-- Medias -->
<media destination="sample" folder="media/sample">
<folder>css</folder>
<folder>js</folder>
</media>
</extension>