Repository: cordova-plugin-inappbrowser Updated Branches: refs/heads/dev 300f1e782 -> 497a23efc
CB-5534: Updating the plugin.xml with the new Dialog class Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/497a23ef Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/497a23ef Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/497a23ef Branch: refs/heads/dev Commit: 497a23efc77cf0262497071cdc5c30fb94e01d99 Parents: 6f373f7 Author: Joe Bowser <[email protected]> Authored: Fri Feb 28 14:03:57 2014 -0800 Committer: Joe Bowser <[email protected]> Committed: Fri Feb 28 14:04:25 2014 -0800 ---------------------------------------------------------------------- plugin.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/497a23ef/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index aeb8dbd..e4b31aa 100644 --- a/plugin.xml +++ b/plugin.xml @@ -27,6 +27,7 @@ </config-file> <source-file src="src/android/InAppBrowser.java" target-dir="src/org/apache/cordova/inappbrowser" /> + <source-file src="src/android/InAppBrowserDialog.java" target-dir="src/org/apache/cordova/inappbrowser" /> <source-file src="src/android/InAppChromeClient.java" target-dir="src/org/apache/cordova/inappbrowser" /> <!-- drawable src/android/resources -->
