You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2013/05/22 23:13:45 UTC

git commit: updated the android paths

Updated Branches:
  refs/heads/master c55281bd6 -> c6174ce21


updated the android paths


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/c6174ce2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/c6174ce2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/c6174ce2

Branch: refs/heads/master
Commit: c6174ce211145b494755b2127d4db5ad4c3efae0
Parents: c55281b
Author: hermwong <he...@gmail.com>
Authored: Wed May 22 14:13:38 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Wed May 22 14:13:38 2013 -0700

----------------------------------------------------------------------
 plugin.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/c6174ce2/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7c80471..06155f5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@ id="org.apache.cordova.core.CameraLauncher"
     <!-- android -->
     <platform name="android">
         <config-file target="res/xml/config.xml" parent="/cordova/plugins">
-            <plugin name="Camera" value="org.apache.cordova.core.CameraLauncher"/>
+            <plugin name="Camera" value="org.apache.cordova.core"/>
         </config-file>
 
         <source-file src="CameraLauncher.java" target-dir="org/apache/cordova/core" />