Updated Branches: refs/heads/master 58a8828c0 -> c1d5a07bc
Forgot to update plugin.xml Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/c1d5a07b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/c1d5a07b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/c1d5a07b Branch: refs/heads/master Commit: c1d5a07bc776bcd65b524524c0a09f147aba7672 Parents: 58a8828 Author: Joe Bowser <[email protected]> Authored: Tue Apr 2 11:25:41 2013 -0700 Committer: Joe Bowser <[email protected]> Committed: Tue Apr 2 11:25:41 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/c1d5a07b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 7a54220..03469f3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -9,9 +9,11 @@ id="org.apache.cordova.core"> <!-- android --> <platform name="android"> <config-file target="res/xml/config.xml" parent="/cordova/plugins"> - <plugin name="Camera" value="org.apache.cordova.core.CameraLauncher"/> + <plugin name="Contacts" value="org.apache.cordova.core.ContactManager"/> </config-file> - <source-file src="CameraLauncher.java" target-dir="org/apache/cordova/core" /> + <source-file src="ContactAccessor.java" target-dir="org/apache/cordova/core" /> + <source-file src="ContactAccessorSdk5.java" target-dir="org/apache/cordova/core" /> + <source-file src="ContactManager.java" target-dir="org/apache/cordova/core" /> </platform> </plugin>
