updating plugin with <info> tag
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/3fd646e2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/3fd646e2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/3fd646e2 Branch: refs/heads/future Commit: 3fd646e2fc0dcda086f1ff91d02a8513893385d6 Parents: 2799c84 Author: Anis Kadri <[email protected]> Authored: Thu Apr 4 14:54:55 2013 -0700 Committer: Anis Kadri <[email protected]> Committed: Thu Apr 4 14:54:55 2013 -0700 ---------------------------------------------------------------------- test/plugins/ChildBrowser/plugin.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3fd646e2/test/plugins/ChildBrowser/plugin.xml ---------------------------------------------------------------------- diff --git a/test/plugins/ChildBrowser/plugin.xml b/test/plugins/ChildBrowser/plugin.xml index 37ed744..7641ec0 100644 --- a/test/plugins/ChildBrowser/plugin.xml +++ b/test/plugins/ChildBrowser/plugin.xml @@ -55,6 +55,9 @@ <source-file src="ChildBrowser.java" target-dir="src/com/phonegap/plugins/childBrowser" /> + <info> + Please make sure you read this because it is very important to complete the installation of your plugin + </info> </platform> <!-- ios -->
