|
Revision 7056, 2.2 kB
(checked in by kupokomapa, 5 years ago)
|
[sfI18nExtractPlugin] Fixed two bug reports (fixes #2222, fixes #2308)
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<package packagerversion="1.4.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> |
|---|
| 3 |
<name>sfI18nExtractPlugin</name> |
|---|
| 4 |
<channel>pear.symfony-project.com</channel> |
|---|
| 5 |
<summary>i18n string extractor plugin.</summary> |
|---|
| 6 |
<description>i18n string extractor plugin. This is a backport of a symfony 1.1 native feature.</description> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>Fabien POTENCIER</name> |
|---|
| 9 |
<user>fabpot</user> |
|---|
| 10 |
<email>fabien.potencier@symfony-project.com</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<date>2008-01-14</date> |
|---|
| 14 |
<version> |
|---|
| 15 |
<release>1.0.6</release> |
|---|
| 16 |
<api>1.0.0</api> |
|---|
| 17 |
</version> |
|---|
| 18 |
<stability> |
|---|
| 19 |
<release>stable</release> |
|---|
| 20 |
<api>stable</api> |
|---|
| 21 |
</stability> |
|---|
| 22 |
<license uri="http://www.symfony-project.com/license">MIT license</license> |
|---|
| 23 |
<notes>-</notes> |
|---|
| 24 |
<contents> |
|---|
| 25 |
<dir name="/"> |
|---|
| 26 |
<file role="data" name="README" /> |
|---|
| 27 |
<file role="data" name="LICENSE" /> |
|---|
| 28 |
|
|---|
| 29 |
<dir name="data"> |
|---|
| 30 |
<dir name="tasks"> |
|---|
| 31 |
<file role="data" name="sfPakeI18N.php" /> |
|---|
| 32 |
</dir> |
|---|
| 33 |
</dir> |
|---|
| 34 |
|
|---|
| 35 |
<dir name="lib"> |
|---|
| 36 |
<file role="data" name="sfI18nApplicationExtract.class.php" /> |
|---|
| 37 |
<file role="data" name="sfI18nExtract.class.php" /> |
|---|
| 38 |
<file role="data" name="sfI18nExtractorInterface.class.php" /> |
|---|
| 39 |
<file role="data" name="sfI18nModuleExtract.class.php" /> |
|---|
| 40 |
<file role="data" name="sfI18nPhpExtractor.class.php" /> |
|---|
| 41 |
<file role="data" name="sfI18nYamlExtractor.class.php" /> |
|---|
| 42 |
<file role="data" name="sfI18nYamlGeneratorExtractor.class.php" /> |
|---|
| 43 |
<file role="data" name="sfI18nYamlValidateExtractor.class.php" /> |
|---|
| 44 |
</dir> |
|---|
| 45 |
|
|---|
| 46 |
</dir> |
|---|
| 47 |
</contents> |
|---|
| 48 |
|
|---|
| 49 |
<dependencies> |
|---|
| 50 |
<required> |
|---|
| 51 |
<php> |
|---|
| 52 |
<min>5.0.0</min> |
|---|
| 53 |
</php> |
|---|
| 54 |
<pearinstaller> |
|---|
| 55 |
<min>1.4.1</min> |
|---|
| 56 |
</pearinstaller> |
|---|
| 57 |
<package> |
|---|
| 58 |
<name>symfony</name> |
|---|
| 59 |
<channel>pear.symfony-project.com</channel> |
|---|
| 60 |
<min>1.0.0</min> |
|---|
| 61 |
<max>1.1.0</max> |
|---|
| 62 |
<exclude>1.1.0</exclude> |
|---|
| 63 |
</package> |
|---|
| 64 |
</required> |
|---|
| 65 |
</dependencies> |
|---|
| 66 |
|
|---|
| 67 |
<phprelease> |
|---|
| 68 |
</phprelease> |
|---|
| 69 |
|
|---|
| 70 |
<changelog> |
|---|
| 71 |
</changelog> |
|---|
| 72 |
</package> |
|---|