gecko/b2g/installer
Mike Hommey 1e4edcb34a Bug 1184446 - Remove manual package manifest preprocessing. r=mshal
packager.py itself has been able to do preprocessing since the beginning.
For some reason, Makefile.in-driven preprocessing was kept back then, and
never was removed, and even worse, concatenation was added on top of it.

There is however a downside to the current way of doing things: error
reporting is given relative to the given manifest, which in the current
case is the preprocessed/concatenated file, so line numbers don't match
what is in the file in the source tree. However, when packager.py does
preprocessing itself, line numbers are reported properly.

Thus, switch all package manifests to packager.py-driven preprocessing.
2015-07-17 06:45:14 +09:00
..
Makefile.in Bug 1184446 - Remove manual package manifest preprocessing. r=mshal 2015-07-17 06:45:14 +09:00
moz.build
package-manifest.in Bug 1184446 - Remove manual package manifest preprocessing. r=mshal 2015-07-17 06:45:14 +09:00
removed-files.in Backout changeset 96baea8ac9ab and 85fb6b5bc62a (part of resp. bug 922912 and bug 609976) because it appears it has not been necessary for a while 2014-10-18 16:16:17 +09:00