forked from joomla/joomla-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packager.xml
21 lines (20 loc) · 842 Bytes
/
packager.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"?>
<packager minify="false" alias="joomla.phar" destination="build/joomla.phar">
<code stub="build/import.stub.php">
<file>libraries/loader.php</file>
<file>libraries/platform.php</file>
<folder recursive="true" localPath="compat">libraries/compat</folder>
<folder recursive="true" localPath="joomla">libraries/joomla</folder>
<folder recursive="true" localPath="phpmailer">libraries/phpmailer</folder>
<folder recursive="true" localPath="phputf8">libraries/phputf8</folder>
<folder recursive="true" localPath="simplepie">libraries/simplepie</folder>
</code>
<metadata>
<element name="version" value="1.0" />
<element name="authors">
<element name="OpenSourceMatters, Inc.">
<element name="email" value="[email protected]" />
</element>
</element>
</metadata>
</packager>