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:29:19 UTC

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

Updated Branches:
  refs/heads/dev 403ed6d21 -> 3ac07b804


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


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/3ac07b80
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/3ac07b80
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/3ac07b80

Branch: refs/heads/dev
Commit: 3ac07b804ffc3c6e14ab015c963f26a3e408d255
Parents: 403ed6d
Author: hermwong <he...@gmail.com>
Authored: Tue Oct 22 13:23:15 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Tue Oct 22 13:23:15 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/3ac07b80/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 79fe93f..9e115eb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -7,6 +7,8 @@
     <description>Cordova Globalization Plugin</description>
     <license>Apache</license>
     <keywords>cordova,globalization</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320649</issue>
 
     <js-module src="www/GlobalizationError.js" name="GlobalizationError">
         <clobbers target="window.GlobalizationError" />