You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2013/10/22 23:40:55 UTC

git commit: add repo + issue tag to plugin.xml for vibration plugin

Updated Branches:
  refs/heads/dev a8b33eff6 -> 1d5098df6


add repo + issue tag to plugin.xml for vibration plugin


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/1d5098df
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/1d5098df
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/1d5098df

Branch: refs/heads/dev
Commit: 1d5098df6cfe3130ef0d3460f4c52edbeeeacd54
Parents: a8b33ef
Author: hermwong <he...@gmail.com>
Authored: Tue Oct 22 14:11:03 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Tue Oct 22 14:11:03 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/1d5098df/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d2936bc..ecb8672 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -9,6 +9,8 @@
     <description>Cordova Vibration Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,vibration</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320639</issue>
 
     <js-module src="www/vibration.js" name="notification">
         <merges target="navigator.notification" />