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 2013/08/21 01:30:23 UTC

android commit: CB-4318: We have docs, this doesn't need to be in the comments

Updated Branches:
  refs/heads/master 166b35bc6 -> f42b34d6b


CB-4318: We have docs, this doesn't need to be in the comments


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

Branch: refs/heads/master
Commit: f42b34d6b4734f0000db1fe8c08ce61e330e4851
Parents: 166b35b
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Aug 20 16:29:31 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Aug 20 16:29:31 2013 -0700

----------------------------------------------------------------------
 framework/src/org/apache/cordova/CordovaActivity.java | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/f42b34d6/framework/src/org/apache/cordova/CordovaActivity.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaActivity.java b/framework/src/org/apache/cordova/CordovaActivity.java
index 82d97c9..7e0d1be 100755
--- a/framework/src/org/apache/cordova/CordovaActivity.java
+++ b/framework/src/org/apache/cordova/CordovaActivity.java
@@ -123,16 +123,6 @@ import android.widget.LinearLayout;
  *      Log level: ERROR, WARN, INFO, DEBUG, VERBOSE (default=ERROR)
  *          <log level="DEBUG" />
  *
- * Cordova plugins:
- *      Cordova uses a file at res/xml/plugins.xml to list all plugins that are installed.
- *      Before using a new plugin, a new element must be added to the file.
- *          name attribute is the service name passed to Cordova.exec() in JavaScript
- *          value attribute is the Java class name to call.
- *
- *      <plugins>
- *          <plugin name="App" value="org.apache.cordova.App"/>
- *          ...
- *      </plugins>
  */
 public class CordovaActivity extends Activity implements CordovaInterface {
     public static String TAG = "CordovaActivity";