You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/07/04 21:24:34 UTC

git commit: Add missing media plugin repo

Updated Branches:
  refs/heads/master 70b5faff2 -> 85571fa08


Add missing media plugin repo


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

Branch: refs/heads/master
Commit: 85571fa08823eedf64debdb9441e44f6642f6968
Parents: 70b5faf
Author: David Kemp <dr...@chromium.org>
Authored: Thu Jul 4 15:24:24 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jul 4 15:24:24 2013 -0400

----------------------------------------------------------------------
 coho         |  5 +++++
 package.json | 17 +++++------------
 2 files changed, 10 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/85571fa0/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 8a992c5..b89742e 100755
--- a/coho
+++ b/coho
@@ -217,6 +217,11 @@ var pluginRepos = [
         repoName: 'cordova-plugin-inappbrowser',
         inactive: true, // Not on the same release schedule as the rest of Cordova
     }, {
+        title: 'Plugin - Media',
+        id: 'plugin-media',
+        repoName: 'cordova-plugin-media',
+        inactive: true, // Not on the same release schedule as the rest of Cordova
+    }, {
         title: 'Plugin - Media Capture',
         id: 'plugin-media-capture',
         repoName: 'cordova-plugin-media-capture',

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/85571fa0/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 97c99b6..747e9c2 100644
--- a/package.json
+++ b/package.json
@@ -3,28 +3,21 @@
   "version": "0.0.2",
   "description": "apache cordova release tool",
   "main": "./coho",
-  "directories": {
-    "test": "make"
-  },
   "devDependencies": {
     "coffee-script": ">=1.2.0",
     "nodeunit": "0.7.4"
   },
   "dependencies": {
-    "shelljs": "0.0.8",
+    "shelljs": "0.1.4",
     "optimist": "0.4"
   },
-  "scripts": {
-    "start": "./coho all 2.2.0 2.1.0",
-    "test": "make"
-  },
   "repository": {
     "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/incubator-cordova-coho.git"
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-coho.git"
   },
-  "keywords": [
-    "phonegap"
+  "authors": [
+    "Andrew Grieve",
+    "steven gill"
   ],
-  "author": "steven gill",
   "license": "apachev2"
 }