 Issue 9846017:
  Make JavaScript sources compile into the library; convert JavaScript files on the fly  (Closed)
    
  
    Issue 9846017:
  Make JavaScript sources compile into the library; convert JavaScript files on the fly  (Closed) 
  | Index: lib/info.js | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/lib/info.js | 
| @@ -0,0 +1,5 @@ | 
| +exports.addonID = "none"; | 
| +exports.addonVersion = "2.1"; // Hardcoded for now | 
| +exports.addonRoot = ""; | 
| +exports.addonName = ""; | 
| +exports.application = "libadblockplus"; | 
| 
Felix Dahlke
2013/03/15 15:18:36
Shouldn't this be defined by the client applicatio
 
Wladimir Palant
2013/03/15 16:00:41
Yes, the entire module should be generated dynamic
 |