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 2016/05/13 06:48:06 UTC

[2/2] cordova-coho git commit: added fetch to repoutil

added fetch to repoutil


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

Branch: refs/heads/master
Commit: 9e176427720ea07750b32ce6b3b5c1848b67a0f9
Parents: eac985a
Author: Steve Gill <st...@gmail.com>
Authored: Thu May 12 23:47:41 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu May 12 23:47:41 2016 -0700

----------------------------------------------------------------------
 src/repoutil.js | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/9e176427/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index 7d1c244..fcf9c14 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -334,6 +334,13 @@ var toolRepos = [
         versionPrefix: 'common',
         isModule: true
     }, {
+        title: 'Cordova Fetch',
+        id: 'fetch',
+        repoName: 'cordova-lib',
+        path: 'cordova-fetch',
+        versionPrefix: 'fetch',
+        isModule: true
+    }, {
         title: 'Cordova JS',
         id: 'js',
         repoName: 'cordova-js',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org