annotate teamcity-plugin.xml @ 716:0607a0504129

simplify code, handle delete of .hgsub* files fix files state hash map (there were incorrect ID used)
author eugene.petrenko@jetbrains.com
date Mon, 13 Jan 2014 19:03:17 +0100
parents cccf6b5c2745
children 31a1aca3305c
rev   line source
75
a74563111be4 teamcity-plugin.xml added
Pavel.Sher
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
a74563111be4 teamcity-plugin.xml added
Pavel.Sher
parents:
diff changeset
2 <teamcity-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
a74563111be4 teamcity-plugin.xml added
Pavel.Sher
parents:
diff changeset
3 xsi:noNamespaceSchemaLocation="urn:shemas-jetbrains-com:teamcity-plugin-v1-xml">
a74563111be4 teamcity-plugin.xml added
Pavel.Sher
parents:
diff changeset
4 <info>
a74563111be4 teamcity-plugin.xml added
Pavel.Sher
parents:
diff changeset
5 <name>mercurial</name>
104
8cc11b0cbbd4 add vendor to teamcity-plugin.xml
Pavel.Sher
parents: 75
diff changeset
6 <display-name>VCS Support: Mercurial</display-name>
616
7a4ecffe34a9 fix plugin version
Dmitry Neverov <dmitry.neverov@gmail.com>
parents: 108
diff changeset
7 <version>@version@</version>
104
8cc11b0cbbd4 add vendor to teamcity-plugin.xml
Pavel.Sher
parents: 75
diff changeset
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
8cc11b0cbbd4 add vendor to teamcity-plugin.xml
Pavel.Sher
parents: 75
diff changeset
11 </vendor>
75
a74563111be4 teamcity-plugin.xml added
Pavel.Sher
parents:
diff changeset
12 </info>
689
cccf6b5c2745 Use separate classloader
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents: 616
diff changeset
13 <deployment use-separate-classloader="true"/>
75
a74563111be4 teamcity-plugin.xml added
Pavel.Sher
parents:
diff changeset
14 </teamcity-plugin>