view teamcity-plugin.xml @ 255:102940b7f3e4 TW-16796

Use hg archive to create clean patches rather than hg clone (for performance)
author alex.davies
date Thu, 02 Jun 2011 14:22:17 +0100
parents 63fcc9b14221
children 7a4ecffe34a9
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<teamcity-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:noNamespaceSchemaLocation="urn:shemas-jetbrains-com:teamcity-plugin-v1-xml">
  <info>
    <name>mercurial</name>
    <display-name>VCS Support: Mercurial</display-name>
    <version>@Plugin_Version@</version>
    <vendor>
      <name>JetBrains, s.r.o.</name>
      <url>http://www.jetbrains.com</url>
    </vendor>
  </info>
  <deployment use-separate-classloader="false"/>
</teamcity-plugin>