annotate server/teamcity-server-plugin.xml @ 0:c36d3305ed62
initial project structure
author |
Evgeniy.Koshkin |
date |
Tue, 16 Jul 2013 19:41:58 +0400 |
parents |
|
children |
33e8cf5b2d57 |
rev |
line source |
0
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <teamcity-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
3 xsi:noNamespaceSchemaLocation="urn:shemas-jetbrains-com:teamcity-plugin-v1-xml">
|
|
4 <info>
|
|
5 <name>PLUGIN_NAME</name>
|
|
6 <display-name>PLUGIN_DESCRIPTION</display-name>
|
|
7 <version>@Plugin_Version@</version> <!-- will be replaced from script -->
|
|
8 <vendor>
|
|
9 <name>@Plugin_Vendor@</name> <!-- will be replaced from script -->
|
|
10 <url>@Plugin_Vendor_Url@</url> <!-- will be replaced from script -->
|
|
11 </vendor>
|
|
12 </info>
|
|
13 <deployment use-separate-classloader="true"/>
|
|
14 </teamcity-plugin>
|