CB-5307 Remove references to Callback and Incubator

This commit is contained in:
Josh Soref 2013-11-05 14:20:55 -05:00 committed by Marcel Kinard
parent 94fb79c17f
commit c5767eb545
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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, "=====================================================================================");
}

View File

@ -4,7 +4,7 @@
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="callback-dev@incubator.apache.org" href="http://cordova.io">
<author href="http://cordova.io" email="dev@cordova.apache.org">
Apache Cordova Team
</author>
<access origin="*.apache.org" />