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/05/24 00:40:50 UTC

git commit: fixed missing >

Updated Branches:
  refs/heads/master acf67ccd5 -> 713d9e7d9


fixed missing >


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/713d9e7d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/713d9e7d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/713d9e7d

Branch: refs/heads/master
Commit: 713d9e7d96b832a12fdfc485d361460af08cdeb5
Parents: acf67cc
Author: Steven Gill <st...@gmail.com>
Authored: Thu May 23 15:40:45 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu May 23 15:40:45 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/713d9e7d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5c07c4c..3fb1a1e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -25,7 +25,7 @@ id="org.apache.cordova.core.CameraLauncher"
     <!-- android -->
     <platform name="android">
         <config-file target="res/xml/config.xml" parent="/*">
-            <feature name="Camera" 
+            <feature name="Camera"> 
                 <param name="android-package" value="org.apache.cordova.core"/>
             </feature>
         </config-file>