You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/09/07 02:12:45 UTC

android commit: Forgot to put back echo

Updated Branches:
  refs/heads/master c6fa7e4aa -> 5ad7a7c01


Forgot to put back echo


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/5ad7a7c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/5ad7a7c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/5ad7a7c0

Branch: refs/heads/master
Commit: 5ad7a7c014cac6226eedbae11a0aae8fa60c4d7b
Parents: c6fa7e4
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Sep 6 17:12:36 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Sep 6 17:12:36 2012 -0700

----------------------------------------------------------------------
 framework/res/xml/config.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/5ad7a7c0/framework/res/xml/config.xml
----------------------------------------------------------------------
diff --git a/framework/res/xml/config.xml b/framework/res/xml/config.xml
index 4ff6b7e..4a6fffc 100644
--- a/framework/res/xml/config.xml
+++ b/framework/res/xml/config.xml
@@ -50,6 +50,7 @@
     <plugin name="Capture" value="org.apache.cordova.Capture"/>
     <plugin name="Battery" value="org.apache.cordova.BatteryListener"/>
     <plugin name="SplashScreen" value="org.apache.cordova.SplashScreen"/>
+    <plugin name="Echo" value="org.apache.cordova.Echo" />
 </plugins>
 </cordova>