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 2013/09/27 00:27:32 UTC

[09/16] git commit: CB-4889 renaming org.apache.cordova.core.media-capture to org.apache.cordova.media-capture and updating dependency

CB-4889 renaming org.apache.cordova.core.media-capture to org.apache.cordova.media-capture and updating dependency


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/5a7ae360
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/5a7ae360
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/5a7ae360

Branch: refs/heads/master
Commit: 5a7ae360b8e8490285aef321b73e09e65b6b5c1e
Parents: 0e8d6c5
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:34:17 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:34:17 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/5a7ae360/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7c8f007..3ba81c5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,15 +2,15 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
-           id="org.apache.cordova.core.media-capture"
-      version="0.2.1-dev">
+           id="org.apache.cordova.media-capture"
+      version="0.2.1">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,media,capture</keywords>
     
-    <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" />
+    <dependency id="org.apache.cordova.file" />
 
     <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
         <clobbers target="CaptureAudioOptions" />