This is just some static backup of the original site, don't expect every link to work!

source: build_config.sh

ng_0.9 0.10.3
Last change on this file was 184c6c, checked in by rene <rene@…>, 11 years ago

rearranged tree structure / added build-script

  • Property mode set to 100755
File size: 595 bytes
Line 
1APP_NAME="virtual_identity"          # short-name, jar and xpi files name. Must be lowercase with no spaces
2CHROME_PROVIDERS="content locale skin"  # which chrome providers we have (space-separated list)
3CLEAN_UP=1          # delete the jar / "files" when done?       (1/0)
4ROOT_FILES=        # put these files in root of xpi (space separated list of leaf filenames)
5ROOT_DIRS="defaults modules"         # ...and these directories       (space separated list)
6BEFORE_BUILD=      # run this before building       (bash command)
7AFTER_BUILD=       # ...and this after the build    (bash command)
8
Note: See TracBrowser for help on using the repository browser.