gecko/python/mozbuild/mozpack
Nick Alexander 8865454ccd Bug 887121 - Make packager install and szip .so libraries in assets/ directly. r=glandium
This adds a Component type to the mozbuild.mozpack package manifest
parser, and teaches the packager to accept components of the form
[name destdir="dir"].  Then we update the Android package manifest and
simplify the packager code.

I would have liked to make the packager put mozglue.so and
MOZ_CHILD_PROCESS_NAME in lib/$(ABI_DIR) directly, but this turned out
to be awkward.  Since MOZ_CHILD_PROCESS_NAME needs to have lib/ in its
name to load successfully on Android, we would have to add notation in
package manifests to install bin/lib/*plugin-container* to
lib/$(ABI_DIR)/*plugin-container*.
2013-06-28 09:10:57 -07:00
..
chrome Bug 840094 - Change how nsZipArchive logging works. r=taras,r=gps 2013-02-19 11:02:12 +01:00
packager Bug 887121 - Make packager install and szip .so libraries in assets/ directly. r=glandium 2013-06-28 09:10:57 -07:00
test Bug 887121 - Make packager install and szip .so libraries in assets/ directly. r=glandium 2013-06-28 09:10:57 -07:00
__init__.py
copier.py Bug 884569 - Support for removing untracked files from a directory; r=glandium 2013-06-19 19:57:48 -07:00
errors.py Bug 835309 - Look at .xpi file contents when unifying them for universal builds. r=gps 2013-02-03 07:19:15 +01:00
executables.py Bug 865216 - Recognize exacutables on WINNT in is_executable. r=glandium 2013-04-25 10:02:37 +02:00
files.py Bug 846740 - Move most l10n-repack code under mozpack.packager, refactor it, and add a unit test. r=gps 2013-03-06 07:26:32 +01:00
mozjar.py Bug 840094 - Change how nsZipArchive logging works. r=taras,r=gps 2013-02-19 11:02:12 +01:00
path.py
unify.py Bug 835214 - Avoid re-stripping executables already stripped. r=ted 2013-02-03 07:20:33 +01:00