source: branches/version-2_13-dev/data/module/PEAR/Command/Pickle.xml @ 23125

Revision 23125, 1.2 KB checked in by kimoto, 11 years ago (diff)

#2275 PEAR更新
不要なrequire_onceの削除
レガシーなPEARモジュールは使わない
SearchReplace?.phpのパスが間違っているので修正

Line 
1<commands version="1.0">
2 <pickle>
3  <summary>Build PECL Package</summary>
4  <function>doPackage</function>
5  <shortcut>pi</shortcut>
6  <options>
7   <nocompress>
8    <shortopt>Z</shortopt>
9    <doc>Do not gzip the package file</doc>
10   </nocompress>
11   <showname>
12    <shortopt>n</shortopt>
13    <doc>Print the name of the packaged file.</doc>
14   </showname>
15  </options>
16  <doc>[descfile]
17Creates a PECL package from its package2.xml file.
18
19An automatic conversion will be made to a package.xml 1.0 and written out to
20disk in the current directory as &quot;package.xml&quot;.  Note that
21only simple package.xml 2.0 will be converted.  package.xml 2.0 with:
22
23 - dependency types other than required/optional PECL package/ext/php/pearinstaller
24 - more than one extsrcrelease or zendextsrcrelease
25 - zendextbinrelease, extbinrelease, phprelease, or bundle release type
26 - dependency groups
27 - ignore tags in release filelist
28 - tasks other than replace
29 - custom roles
30
31will cause pickle to fail, and output an error message.  If your package2.xml
32uses any of these features, you are best off using PEAR_PackageFileManager to
33generate both package.xml.
34</doc>
35 </pickle>
36</commands>
Note: See TracBrowser for help on using the repository browser.