Mercurial > hg > mercurial
annotate teamcity-plugin.xml @ 108:63fcc9b14221
update teamcity-common.xml and teamcity-plugin.xml
author | C:\Users\pavel.sher\AppData\Roaming\The Bat! |
---|---|
date | Fri, 02 Jul 2010 22:32:16 +0400 |
parents | 8cc11b0cbbd4 |
children | 7a4ecffe34a9 |
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> | |
108
63fcc9b14221
update teamcity-common.xml and teamcity-plugin.xml
C:\Users\pavel.sher\AppData\Roaming\The Bat!
parents:
104
diff
changeset
|
9 <name>JetBrains, s.r.o.</name> |
63fcc9b14221
update teamcity-common.xml and teamcity-plugin.xml
C:\Users\pavel.sher\AppData\Roaming\The Bat!
parents:
104
diff
changeset
|
10 <url>http://www.jetbrains.com</url> |
104 | 11 </vendor> |
75 | 12 </info> |
13 <deployment use-separate-classloader="false"/> | |
14 </teamcity-plugin> |