Class | Buildr::Packaging::Java::Manifest |
In: |
lib/buildr/java/packaging.rb
(CVS)
|
Parent: | Object |
STANDARD_HEADER | = | { 'Manifest-Version'=>'1.0', 'Created-By'=>'Buildr' } |
sections | [R] | The sections of this manifest. |
Updates the MANIFEST.MF entry of a ZIP (or JAR) file. Reads the MANIFEST.MF, yields to the block with the Manifest object, and writes the modified object back to the file.