Created
January 16, 2012 15:37
-
-
Save luke-gru/1621418 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env: | |
app: /home/luke/workspace/traffic | |
paths: | |
java: /usr/lib/jvm/java-6-sun-1.6.0.26/bin | |
android: /home/luke/android-sdks | |
android-ndk: /home/luke/android-ndk-r7 | |
cabwiz: C:/Program Files/Windows Mobile 6 SDK/Tools/CabWiz | |
4.6: | |
jde: C:/Program Files/Research In Motion/BlackBerry JDE 4.6.0 | |
mds: C:/Program Files/Research In Motion/BlackBerry JDE 4.6.0/MDS | |
sim: 9000 | |
4.2: | |
jde: C:/Program Files/Research In Motion/BlackBerry JDE 4.2.0 | |
mds: C:/Program Files/Research In Motion/BlackBerry Email and MDS Services Simulators 4.1.2/MDS | |
sim: 8100 | |
build: | |
bbpath: platform/bb | |
wmpath: platform/wm | |
wppath: platform/wp7 | |
androidpath: platform/android | |
iphonepath: platform/iphone | |
symbianpath: platform/symbian | |
bb: | |
bbsignpwd: "somepasswordhere" | |
android: | |
# Google API key obtained from http://code.google.com/intl/en/android/add-ons/google-apis/mapkey.html | |
#apikey: "GOOGLE-API-KEY-FOR-ANDROID" | |
# This is version of Android platform used to run emulator. If not specified, latest available will be used. | |
#version: 1.6 | |
# This enable/disable native geo mapping for Android. Disabled by default | |
#mapping: yes | |
# Here data for production certificate located. If file pointed by certificate: does not exist, it will be auto-generated | |
#production: | |
# certificate: /path/to/developer/certificate | |
# password: "password-for-certificate" | |
# alias: "certificate-alias" | |
excludedirs: | |
all: | |
- "**/.*.swo" | |
- "**/.*.swn" | |
- "**/.DS_Store" | |
bb: | |
- public/js/iui | |
- public/js/jquery* | |
- public/jqtouch* | |
- public/js/prototype* | |
- public/css/iphone* | |
- public/iwebkit | |
- public/themes | |
- "**/jquery*.js" | |
- "**/*.db" | |
- public/images/android | |
- public/images/iphone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment