public
Description: The Rhodes framework is a platform for building locally executing, device-optimized mobile applications for all major smartphone devices.
Homepage: http://www.rhomobile.com
Clone URL: git://github.com/rhomobile/rhodes.git
rhodes / rhobuild.yml.example
100644 29 lines (27 sloc) 0.824 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
env:
  app: C:/rhodes-app
  paths:
    java: C:/Program Files/Java/jdk1.6.0_11/bin
    android: C:/android-sdk-windows-1.5_r2
    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
  androidpath: platform/android
  iphonepath: platform/iphone
  symbianpath: platform/symbian
  bb:
  bbsignpwd: "somepasswordhere"
excludedirs:
  bb:
    - public/js/iui
    - public/js/jquery*
    - public/js/prototype*