Bug 855831: Uplift Add-on SDK changeset bb071f7ac300d9a3d8227148153c892efc94f0b7.

4e4e29d...bb071f7ac3
This commit is contained in:
Dave Townsend
2013-03-28 14:42:30 -07:00
parent 3fee154413
commit 15b8b2774c
66 changed files with 1844 additions and 815 deletions

View File

@@ -165,11 +165,11 @@ def gen_manifest(template_root_dir, target_cfg, jid,
ta_desc.appendChild(elem)
elem = dom.createElement("em:minVersion")
elem.appendChild(dom.createTextNode("18.0"))
elem.appendChild(dom.createTextNode("19.0"))
ta_desc.appendChild(elem)
elem = dom.createElement("em:maxVersion")
elem.appendChild(dom.createTextNode("21.0a1"))
elem.appendChild(dom.createTextNode("22.0a1"))
ta_desc.appendChild(elem)
if target_cfg.get("homepage"):