added missing components/* files to xpi package
[FireMan.git] / package.conf
blob501a36cd39cc48c6a66b8403e38b12eaf070c114
1 # global configuration file
3 # all entries here will be replaced in all documents
4 # %%varname%% -> value
6 # THE name of the application
7 # must not contain spaces
8 APPNAME=FireMan
10 # mozilla application id
11 APPID=fireman@new-thoughts.org
13 # author of the package
14 AUTHOR="Tobias Sarnowski"
16 # application UUID
17 APPUUID="196cba00-5383-11dd-ae16-0800200c9a66"
19 # maximal version of firefox
20 MAX_FIREFOX=3.0.*
22 # ShellExecuter XP component identifier
23 XPCOM_SHELL="@new-thoughts.org/firemanshell;1"
26 # files and directories
28 # directory where the sources are
29 SRCDIR=src
31 # build directory where temporary files where moved to
32 BUILDDIR=build
35 # list of all files and directories where this
36 # config values should be applied
37 FILES_TO_PROCESS=" \
38 install.rdf \
39 chrome.manifest \
40 chrome/ \
41 components/ \