Updated Branches: refs/heads/master 431f3337d -> 8c9e41617
CB-3784: Patches are always welcome Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/8c9e4161 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/8c9e4161 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/8c9e4161 Branch: refs/heads/master Commit: 8c9e4161750e2198acbe9421e425d9c574231d82 Parents: 431f333 Author: Joe Bowser <[email protected]> Authored: Tue Jun 18 13:14:30 2013 -0700 Committer: Joe Bowser <[email protected]> Committed: Tue Jun 18 13:14:30 2013 -0700 ---------------------------------------------------------------------- framework/src/org/apache/cordova/api/PluginManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/8c9e4161/framework/src/org/apache/cordova/api/PluginManager.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/api/PluginManager.java b/framework/src/org/apache/cordova/api/PluginManager.java index 43dc8df..a819107 100755 --- a/framework/src/org/apache/cordova/api/PluginManager.java +++ b/framework/src/org/apache/cordova/api/PluginManager.java @@ -396,7 +396,7 @@ public class PluginManager { private void pluginConfigurationMissing() { LOG.e(TAG, "====================================================================================="); - LOG.e(TAG, "ERROR: config.xml is missing. Add res/xml/plugins.xml to your project."); + LOG.e(TAG, "ERROR: config.xml is missing. Add res/xml/config.xml to your project."); LOG.e(TAG, "https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=blob;f=framework/res/xml/plugins.xml"); LOG.e(TAG, "====================================================================================="); }
