Merge branch 'master' of https://github.com/filmaj/phonegap-android into filmaj

This commit is contained in:
macdonst 2011-01-17 11:54:52 -05:00
commit f090f9a70c

View File

@ -21,7 +21,7 @@ class Classic
def setup def setup
@android_dir = File.expand_path(File.dirname(__FILE__).gsub('lib','')) @android_dir = File.expand_path(File.dirname(__FILE__).gsub('lib',''))
@framework_dir = File.join(@android_dir, "framework") @framework_dir = File.join(@android_dir, "framework")
@icon = File.join(@www, 'icon.png') @icon = File.join(@www, 'icon.png') unless File.exists?(@icon)
@app_js_dir = '' @app_js_dir = ''
@content = 'index.html' @content = 'index.html'
end end