You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2012/11/09 01:36:38 UTC

[2/4] git commit: merged in CB-1699

merged in CB-1699


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/commit/5f8efbec
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/5f8efbec
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/5f8efbec

Branch: refs/heads/master
Commit: 5f8efbec04dfb5bc92522c6ed40a7a964527c9f3
Parents: fd3bb98 6540ff3
Author: steven gill <st...@apache.org>
Authored: Thu Nov 8 14:25:08 2012 -0800
Committer: steven gill <st...@apache.org>
Committed: Thu Nov 8 14:25:08 2012 -0800

----------------------------------------------------------------------
 README.md         |   52 ++++++---
 coho              |   23 ++--
 test/tests.coffee |  277 ++++++++++++++++++++++++++++--------------------
 3 files changed, 208 insertions(+), 144 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/5f8efbec/coho
----------------------------------------------------------------------
diff --cc coho
index 406c00c,0714624..f12f898
--- a/coho
+++ b/coho
@@@ -29,11 -29,10 +29,11 @@@ var util           = require('util'
  ,   ios            = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git'
  ,   blackberry     = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks.git'
  ,   android        = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-android.git'
 -,   windows        = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7.git'
 +,   windows        = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-windows.git'
 +,   windowsph      = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7.git'
  ,   webos          = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-webos.git'
  ,   bada       	   = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-bada.git'
- ,   badaWac		   = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac.git'
+ ,   badaWac	   = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac.git'
  ,   docs      	   = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-docs.git'
  ,   cordovajs      = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-js.git'
  ,   tizen          = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen.git'
@@@ -41,14 -40,13 +41,14 @@@
  ,   mac            = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-mac.git'
  ,   mobilespec     = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec.git'
  ,   helloworld     = 'https://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world.git'
- ,	iosdir	       = 'incubator-cordova-ios'
- ,	blackberrydir  = 'incubator-cordova-blackberry-webworks'
- ,	androiddir	   = 'incubator-cordova-android'
+ ,   iosdir         = 'incubator-cordova-ios'
+ ,   blackberrydir  = 'incubator-cordova-blackberry-webworks'
+ ,   androiddir	   = 'incubator-cordova-android'
 +,	windowsphdir   = 'incubator-cordova-wp7'
- ,	windowsdir	   = 'incubator-cordova-windows'
- ,	webosdir	   = 'incubator-cordova-webos'
- ,	badadir	       = 'incubator-cordova-bada'
- ,	badaWacdir	   = 'incubator-cordova-bada-wac'
+ ,   windowsdir	   = 'incubator-cordova-wp7'
+ ,   webosdir	   = 'incubator-cordova-webos'
+ ,   badadir        = 'incubator-cordova-bada'
+ ,   badaWacdir	   = 'incubator-cordova-bada-wac'
  ,   docsdir        = 'incubator-cordova-docs'
  ,   cordovajsdir   = 'incubator-cordova-js'
  ,   tizendir       = 'incubator-cordova-tizen'