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/04/25 20:28:23 UTC

android commit: Adding screenshot and activity to the test, although Actvity isn't a standard plugin

Updated Branches:
  refs/heads/CordovaWebView 13ba1e490 -> 5ab5cf03b


Adding screenshot and activity to the test, although Actvity isn't a standard plugin


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/5ab5cf03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/5ab5cf03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/5ab5cf03

Branch: refs/heads/CordovaWebView
Commit: 5ab5cf03b53e642512218f461b72786487c14ab1
Parents: 13ba1e4
Author: Joe Bowser <bo...@apache.org>
Authored: Wed Apr 25 11:28:09 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed Apr 25 11:28:09 2012 -0700

----------------------------------------------------------------------
 test/res/xml/plugins.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/5ab5cf03/test/res/xml/plugins.xml
----------------------------------------------------------------------
diff --git a/test/res/xml/plugins.xml b/test/res/xml/plugins.xml
index 8829164..39da0f7 100644
--- a/test/res/xml/plugins.xml
+++ b/test/res/xml/plugins.xml
@@ -16,4 +16,6 @@
     <plugin name="FileTransfer" value="org.apache.cordova.FileTransfer"/>
     <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="Activity" value="org.apache.cordova.test.ActivityPlugin" />
 </plugins>