Skip to content

Commit

Permalink
CB-5307 Remove references to Callback and Incubator
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored and cmarcelk committed Nov 7, 2013
1 parent 94fb79c commit c5767eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Licensed to the Apache Software Foundation (ASF) under one
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
Expand Down
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/PluginManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public void onReset() {
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, "=====================================================================================");
}

Expand Down
2 changes: 1 addition & 1 deletion test/res/xml/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="[email protected]" href="http://cordova.io">
<author href="http://cordova.io" email="[email protected]">
Apache Cordova Team
</author>
<access origin="*.apache.org" />
Expand Down

0 comments on commit c5767eb

Please sign in to comment.