diff teamcity-common.xml @ 104:8cc11b0cbbd4

add vendor to teamcity-plugin.xml
author Pavel.Sher
date Wed, 14 Apr 2010 19:18:53 +0400
parents 84f8c95be7bb
children 63fcc9b14221
line wrap: on
line diff
--- a/teamcity-common.xml	Mon Apr 12 12:12:40 2010 +0400
+++ b/teamcity-common.xml	Wed Apr 14 19:18:53 2010 +0400
@@ -247,9 +247,11 @@
     <echo message="Copying plugin descriptor file '${source}' to '${dest}'."/>
     <copy file="${source}" tofile="${dest}" failonerror="false"/>
 
-    <echo message="Replacing '@version@' on '${plugin.version}' in the copied plugin descriptor file."/>
+    <echo message="Replacing '@Plugin_Version@' on '${plugin.version}' in the copied plugin descriptor file."/>
     <replace file="${dest}" value="${plugin.version}">
-      <replacetoken><![CDATA[@version@]]></replacetoken>
+      <replacefilter token="@Plugin_Version@" value="${plugin.version}"/>
+      <replacefilter token="@Plugin_Vendor@" value="JetBrains, s.r.o."/>
+      <replacefilter token="@Plugin_Vendor_Url@" value="http://www.jetbrains.com"/>
     </replace>
   </target>