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:schemas-jetbrains-com:teamcity-plugin-v1-xml">
<info>
<name>buildChainExport</name>
<display-name>Build Chain Export</display-name>
<version>@Version@</version>
<description>Exports TeamCity build chain graph in various formats (dot, gml, etc)</description>
<download-url>https://github.com/pavelsher/build-chain-export</download-url>
<vendor>
<name>Pavel Sher</name>
<url>https://github.com/pavelsher</url>
</vendor>
</info>
<deployment use-separate-classloader="true" />
</teamcity-plugin>