annotate 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 |
rev |
line source |
75
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <teamcity-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
3 xsi:noNamespaceSchemaLocation="urn:shemas-jetbrains-com:teamcity-plugin-v1-xml">
|
|
4 <info>
|
|
5 <name>mercurial</name>
|
104
|
6 <display-name>VCS Support: Mercurial</display-name>
|
|
7 <version>@Plugin_Version@</version>
|
|
8 <vendor>
|
|
9 <name>@Plugin_Vendor@</name>
|
|
10 <url>@Plugin_Vendor_Url@</url>
|
|
11 </vendor>
|
75
|
12 </info>
|
|
13 <deployment use-separate-classloader="false"/>
|
|
14 </teamcity-plugin>
|