teamcity-plugin.xml (15 lines of code) (raw):
<?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>bittorrent-support</name>
<display-name>BitTorrent Support</display-name>
<version>@Version@</version> <!-- will be replaced from script -->
<description>Enables BitTorrent protocol support for downloading artifacts by build agents and users</description>
<vendor>
<name>@VendorName@</name> <!-- will be replaced from script -->
<url>@VendorURL@</url> <!-- will be replaced from script -->
</vendor>
</info>
<deployment use-separate-classloader="true"/>
</teamcity-plugin>