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/08/23 23:51:33 UTC

cordova-coho git commit: added create to repoutil

Repository: cordova-coho
Updated Branches:
  refs/heads/master adfd26bae -> f5adadd31


added create 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/f5adadd3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/f5adadd3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/f5adadd3

Branch: refs/heads/master
Commit: f5adadd31e11a5d505beb257784ccdef2a0f5000
Parents: adfd26b
Author: Steve Gill <st...@gmail.com>
Authored: Tue Aug 23 16:51:24 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Aug 23 16:51:24 2016 -0700

----------------------------------------------------------------------
 src/repoutil.js | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/f5adadd3/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index fa843c7..14906bb 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -326,7 +326,14 @@ var toolRepos = [
         repoName: 'cordova-lib',
         path: 'cordova-fetch',
         versionPrefix: 'fetch',
-        isModule: true
+        isModule: true,
+        jiraComponentNane: 'cordova-fetch'
+    }, {
+        title: 'Cordova Create',
+        id: 'create',
+        packageName: 'cordova-create',
+        repoName: 'cordova-create',
+        jiraComponentNane: 'cordova-create'
     }, {
         title: 'Cordova JS',
         id: 'js',


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