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 22:40:11 UTC

git commit: CB-5128: added repo + issue tag to plugin.xml for inappbrowser plugin

Updated Branches:
  refs/heads/dev aa81c3267 -> b3348cff6


CB-5128: added repo + issue tag to plugin.xml for inappbrowser plugin


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

Branch: refs/heads/dev
Commit: b3348cff6c3f0e66a2bad573dbc1a47c986ada37
Parents: aa81c32
Author: hermwong <he...@gmail.com>
Authored: Tue Oct 22 13:40:00 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Tue Oct 22 13:40:00 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b3348cff/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5ad40e2..e844766 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -7,6 +7,8 @@
     <description>Cordova InAppBrowser Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,in,app,browser,inappbrowser</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320641</issue>
 
     <engines>
       <engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->