You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

manifest.html 2.2 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>Manifest Task</title>
  5. </head>
  6. <body>
  7. <h2><a name="manifest">Manifest</a></h2>
  8. <h3>Description</h3>
  9. <p>Creates a manifest file.</p>
  10. <p>This task can be used to write a Manifest file, optionally
  11. replacing or updating an existing file.</p>
  12. <h3>Parameters</h3>
  13. <table border="1" cellpadding="2" cellspacing="0">
  14. <tr>
  15. <td valign="top"><b>Attribute</b></td>
  16. <td valign="top"><b>Description</b></td>
  17. <td align="center" valign="top"><b>Required</b></td>
  18. </tr>
  19. <tr>
  20. <td valign="top">file</td>
  21. <td valign="top">the manifest-file to create/update.</td>
  22. <td valign="top" align="center">Yes</td>
  23. </tr>
  24. <tr>
  25. <td valign="top">mode</td>
  26. <td valign="top">One of "update" or "replace", default is "update".</td>
  27. <td valign="top" align="center">No</td>
  28. </tr>
  29. </table>
  30. <h3>Nested elements</h3>
  31. <h4><a name="attribute">attribute</h4></h4>
  32. <p>One attribute for the manifest file. Those attributes that are
  33. not nested into a section will be added to the "Main" section.</p>
  34. <table border="1" cellpadding="2" cellspacing="0">
  35. <tr>
  36. <td valign="top"><b>Attribute</b></td>
  37. <td valign="top"><b>Description</b></td>
  38. <td align="center" valign="top"><b>Required</b></td>
  39. </tr>
  40. <tr>
  41. <td valign="top">name</td>
  42. <td valign="top">the name of the attribute.</td>
  43. <td valign="top" align="center">Yes</td>
  44. </tr>
  45. <tr>
  46. <td valign="top">value</td>
  47. <td valign="top">the name of the attribute.</td>
  48. <td valign="top" align="center">Yes</td>
  49. </tr>
  50. </table>
  51. <h4>section</h4>
  52. <p>A manifest section - you can nest <a
  53. href="#attribute">attribute</a> elements into sections.</p>
  54. <table border="1" cellpadding="2" cellspacing="0">
  55. <tr>
  56. <td valign="top"><b>Attribute</b></td>
  57. <td valign="top"><b>Description</b></td>
  58. <td align="center" valign="top"><b>Required</b></td>
  59. </tr>
  60. <tr>
  61. <td valign="top">name</td>
  62. <td valign="top">the name of the section.</td>
  63. <td valign="top" align="center">No, if ommitted it will be assumed
  64. to be the main section.</td>
  65. </tr>
  66. </table>
  67. </body>
  68. </html>