Bug 900251 - Add support for add-if-not instruction added by bug 759469 to the mar generation scripts. r=nthomas
This directory contains code for a simple archive file format, whichis documented at http://wiki.mozilla.org/Software_Update:MARThe src directory builds a small static library used to create, read, andextract an archive file. The tool directory builds a command line utilityaround the library.