Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Setup id and repository in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquarg committed Jun 26, 2015
1 parent 32e8a5c commit 1d0a087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.contacts"
id="io.cozy.contacts"
version="0.2.17-dev">

<name>Contacts</name>
<description>Cordova Contacts Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,contacts</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320652</issue>
<repo>https://github.com/jacquarg/cordova-plugin-contacts.git</repo>
<issue>https://github.com/jacquarg/cordova-plugin-contacts/issues</issue>

<js-module src="www/contacts.js" name="contacts">
<clobbers target="navigator.contacts" />
Expand Down

0 comments on commit 1d0a087

Please sign in to comment.