diff teamcity-plugin.xml @ 104:8cc11b0cbbd4

add vendor to teamcity-plugin.xml
author Pavel.Sher
date Wed, 14 Apr 2010 19:18:53 +0400
parents a74563111be4
children 63fcc9b14221
line wrap: on
line diff
--- a/teamcity-plugin.xml	Mon Apr 12 12:12:40 2010 +0400
+++ b/teamcity-plugin.xml	Wed Apr 14 19:18:53 2010 +0400
@@ -3,8 +3,12 @@
                  xsi:noNamespaceSchemaLocation="urn:shemas-jetbrains-com:teamcity-plugin-v1-xml">
   <info>
     <name>mercurial</name>
-    <display-name>Mercurial VCS</display-name>
-    <version>@version@</version>
+    <display-name>VCS Support: Mercurial</display-name>
+    <version>@Plugin_Version@</version>
+    <vendor>
+      <name>@Plugin_Vendor@</name>
+      <url>@Plugin_Vendor_Url@</url>
+    </vendor>
   </info>
   <deployment use-separate-classloader="false"/>
 </teamcity-plugin>