annotate teamcity-plugin.xml @ 328:41529b72c059 Eluru-6.0.x

Add ability to specify timeout for pull operation * * * Add option teamcity.hg.pull.timeout.seconds, default value is 600
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Fri, 28 Oct 2011 15:08:17 +0300
parents 63fcc9b14221
children 7a4ecffe34a9
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>
8cc11b0cbbd4 add vendor to teamcity-plugin.xml
Pavel.Sher
parents: 75
diff changeset
7 <version>@Plugin_Version@</version>
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>
a74563111be4 teamcity-plugin.xml added
Pavel.Sher
parents:
diff changeset
13 <deployment use-separate-classloader="false"/>
a74563111be4 teamcity-plugin.xml added
Pavel.Sher
parents:
diff changeset
14 </teamcity-plugin>