diff --git a/framework/src/org/apache/cordova/NativeToJsMessageQueue.java b/framework/src/org/apache/cordova/NativeToJsMessageQueue.java index 94adbc05..ce8e9b2a 100755 --- a/framework/src/org/apache/cordova/NativeToJsMessageQueue.java +++ b/framework/src/org/apache/cordova/NativeToJsMessageQueue.java @@ -35,7 +35,7 @@ import android.webkit.WebView; public class NativeToJsMessageQueue { private static final String LOG_TAG = "JsMessageQueue"; - // This must match the default value in incubator-cordova-js/lib/android/exec.js + // This must match the default value in cordova-js/lib/android/exec.js private static final int DEFAULT_BRIDGE_MODE = 2; // Set this to true to force plugin results to be encoding as diff --git a/framework/src/org/apache/cordova/PluginManager.java b/framework/src/org/apache/cordova/PluginManager.java index 9f636a84..8becdb12 100755 --- a/framework/src/org/apache/cordova/PluginManager.java +++ b/framework/src/org/apache/cordova/PluginManager.java @@ -413,7 +413,7 @@ public class PluginManager { private void pluginConfigurationMissing() { LOG.e(TAG, "====================================================================================="); 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, "https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=blob;f=framework/res/xml/config.xml"); LOG.e(TAG, "====================================================================================="); } diff --git a/test/res/xml/config.xml b/test/res/xml/config.xml index 0d900838..e3e9a34c 100644 --- a/test/res/xml/config.xml +++ b/test/res/xml/config.xml @@ -4,7 +4,7 @@ A sample Apache Cordova application that responds to the deviceready event. - + Apache Cordova Team