view server/teamcity-server-plugin.xml @ 43:82c8ae72a51d

fixed path to native tool binaries
author Evgeniy.Koshkin
date Tue, 03 Sep 2013 18:30:56 +0400
parents 33e8cf5b2d57
children
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>symbol-server</name>
    <display-name>Symbol Server</display-name>
    <version>@Plugin_Version@</version> <!-- will be replaced from script -->
    <description>Allows to use TeamCity as a Windows symbol server</description>
    <vendor>
      <name>@Plugin_Vendor@</name>  <!-- will be replaced from script -->
      <url>@Plugin_Vendor_Url@</url> <!-- will be replaced from script -->
    </vendor>
  </info>
  <deployment use-separate-classloader="true"/>
</teamcity-plugin>