-
Notifications
You must be signed in to change notification settings - Fork 2
/
pkg_matware.xml
21 lines (19 loc) · 898 Bytes
/
pkg_matware.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<extension type="package" version="2.5" method="upgrade">
<name>Matware</name>
<packagename>matware</packagename>
<author>Matware</author>
<creationDate>June 2011</creationDate>
<copyright>Copyright (C) 2004 - 2015 Matware. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.matware.com.ar</authorUrl>
<version>1.0.0</version>
<!-- packages to install -->
<files folder="packages">
<file type="component" id="com_webservices" >com_webservices.zip</file>
<file type="library" id="matware">lib_matware.zip</file>
<file type="plugin" id="matware" group="system">plg_sys_matware.zip</file>
<file type="plugin" id="oauth2" group="authentication">plg_auth_oauth2.zip</file>
</files>
</extension>