forked from joomla/joomla-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packager.test.xml
24 lines (23 loc) · 1.04 KB
/
packager.test.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
<?xml version="1.0" encoding="UTF-8"?>
<packager minify="false" alias="joomla-test.phar" destination="build/joomla-test.phar">
<code stub="build/bootstrap.stub.php">
<file localPath="lib">libraries/import.php</file>
<file localPath="lib">libraries/loader.php</file>
<file localPath="lib">libraries/platform.php</file>
<file localPath="">tests/version.php</file>
<folder recursive="true" localPath="lib/compat">libraries/compat</folder>
<folder recursive="true" localPath="lib/joomla">libraries/joomla</folder>
<folder recursive="true" localPath="lib/phpmailer">libraries/phpmailer</folder>
<folder recursive="true" localPath="lib/phputf8">libraries/phputf8</folder>
<folder recursive="true" localPath="lib/simplepie">libraries/simplepie</folder>
<folder recursive="true" localPath="core">tests/core</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>