Changeset 10640
- Timestamp:
- Feb 5, 2009, 4:22:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opAuthMobileUIDPlugin/trunk/package.xml
r10517 r10640 6 6 <name>opAuthMobileUIDPlugin</name> 7 7 <channel>plugins.openpne.jp</channel> 8 <summary> 9 <description> 8 <summary>opAuthMobileUIDPlugin</summary> 9 <description>opAuthMobileUIDPlugin</description> 10 10 <lead> 11 <name />12 <user />13 <email >maintainer@example.com</email>11 <name>Kousuke Ebihara</name> 12 <user>ebihara</user> 13 <email /> 14 14 <active>yes</active> 15 15 </lead> 16 <date>2009-0 1-27</date>17 <time>0 8:16:36</time>16 <date>2009-02-05</date> 17 <time>07:20:36</time> 18 18 <version> 19 19 <release>1.0.0</release> … … 24 24 <api>stable</api> 25 25 </stability> 26 <license>Apache 2.0</license>26 <license>Apache</license> 27 27 <notes>First release</notes> 28 28 <contents> 29 29 <dir baseinstalldir="/" name="/"> 30 <file baseinstalldir="/" md5sum="974531e473757a1fddad3dc3db45d54a" name="apps/pc_backend/modules/opAuthMobileUIDPlugin/actions/actions.class.php" role=" php" />31 <file baseinstalldir="/" md5sum="0f14de497fc83a63b4dbdba344f54142" name="apps/pc_backend/modules/opAuthMobileUIDPlugin/templates/indexSuccess.php" role=" php" />30 <file baseinstalldir="/" md5sum="974531e473757a1fddad3dc3db45d54a" name="apps/pc_backend/modules/opAuthMobileUIDPlugin/actions/actions.class.php" role="data" /> 31 <file baseinstalldir="/" md5sum="0f14de497fc83a63b4dbdba344f54142" name="apps/pc_backend/modules/opAuthMobileUIDPlugin/templates/indexSuccess.php" role="data" /> 32 32 <file baseinstalldir="/" md5sum="8d85a0ba319d94bac0bb6978487cc50f" name="config/auth.yml" role="data" /> 33 <file baseinstalldir="/" md5sum="c8ec6969ed65ccf41839942f53048cae" name="lib/form/opAuthConfigFormMobileUID.class.php" role=" php" />34 <file baseinstalldir="/" md5sum="46d70342f5b30785924a0de212b73255" name="lib/form/opAuthLoginFormMobileUID.class.php" role=" php" />35 <file baseinstalldir="/" md5sum="a2dca284ffd54a1500a33952c31b20c1" name="lib/user/opAuthAdapterMobileUID.class.php" role=" php" />33 <file baseinstalldir="/" md5sum="c8ec6969ed65ccf41839942f53048cae" name="lib/form/opAuthConfigFormMobileUID.class.php" role="data" /> 34 <file baseinstalldir="/" md5sum="46d70342f5b30785924a0de212b73255" name="lib/form/opAuthLoginFormMobileUID.class.php" role="data" /> 35 <file baseinstalldir="/" md5sum="a2dca284ffd54a1500a33952c31b20c1" name="lib/user/opAuthAdapterMobileUID.class.php" role="data" /> 36 36 <file baseinstalldir="/" md5sum="3b83ef96387f14655fc854ddc3c6bd57" name="LICENSE" role="data" /> 37 37 </dir> … … 40 40 <required> 41 41 <php> 42 <min>5.2. 0</min>42 <min>5.2.3</min> 43 43 </php> 44 44 <pearinstaller> … … 63 63 <api>stable</api> 64 64 </stability> 65 <date>2009-0 1-27</date>66 <license>Apache 2.0</license>65 <date>2009-02-05</date> 66 <license>Apache</license> 67 67 <notes>First release</notes> 68 68 </release>
Note: See TracChangeset
for help on using the changeset viewer.