<plugin> -> <feature>
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/b1b62e4b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/b1b62e4b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/b1b62e4b Branch: refs/heads/master Commit: b1b62e4b984d3c1f111ee27f6135a265859e460b Parents: 40cc068 Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 19:28:59 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 20:05:20 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/b1b62e4b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 336d5a5..aebcf34 100644 --- a/plugin.xml +++ b/plugin.xml @@ -16,7 +16,7 @@ <!-- android --> <platform name="android"> <config-file target="res/xml/config.xml" parent="/*"> - <plugin name="Globalization" value="org.apache.cordova.core.Globalization"/> + <feature name="Globalization" value="org.apache.cordova.core.Globalization"/> </config-file> <source-file src="src/android/Globalization.java" target-dir="src/org/apache/cordova/core" />
