← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~j-corwin/openlp/remote into lp:openlp

 

Jonathan Corwin has proposed merging lp:~j-corwin/openlp/remote into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  #596995 Remotes Plugin does not work with PPA version
  https://bugs.launchpad.net/bugs/596995


Add html/js files to manifest, so they get installed with ppa
-- 
https://code.launchpad.net/~j-corwin/openlp/remote/+merge/28112
Your team OpenLP Core is requested to review the proposed merge of lp:~j-corwin/openlp/remote into lp:openlp.
=== modified file 'MANIFEST.in'
--- MANIFEST.in	2010-02-23 15:45:55 +0000
+++ MANIFEST.in	2010-06-21 20:24:27 +0000
@@ -1,6 +1,8 @@
 recursive-include openlp *.py
 recursive-include openlp *.sqlite
 recursive-include openlp *.csv
+recursive-include openlp *.html
+recursive-include openlp *.js
 recursive-include documentation *
 recursive-include resources/forms *
 recursive-include resources/i18n *


Follow ups