From b51805c84d78ae1a23079962886f121186b99496 Mon Sep 17 00:00:00 2001 From: Leonid Shalupov Date: Sat, 24 Mar 2012 11:42:31 +0400 Subject: [PATCH] plugin-publisher: add to plugin.xml --- pluginPublisher/TeamCityPluginPublisher.xml | 35 +++++++++++++++------ pluginPublisher/add-since-tag.xsl | 17 ++++++++++ 2 files changed, 42 insertions(+), 10 deletions(-) create mode 100644 pluginPublisher/add-since-tag.xsl diff --git a/pluginPublisher/TeamCityPluginPublisher.xml b/pluginPublisher/TeamCityPluginPublisher.xml index 921dcc1493d..ed2fb1b1da8 100644 --- a/pluginPublisher/TeamCityPluginPublisher.xml +++ b/pluginPublisher/TeamCityPluginPublisher.xml @@ -29,7 +29,7 @@ - + @@ -52,16 +52,31 @@ + + + + + + + + + + + + + - - + + - - - - + + + + @@ -72,8 +87,8 @@ - - - + + + diff --git a/pluginPublisher/add-since-tag.xsl b/pluginPublisher/add-since-tag.xsl new file mode 100644 index 00000000000..402fd273ac9 --- /dev/null +++ b/pluginPublisher/add-since-tag.xsl @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file