From 611a10023581937ce1f3e32e9089261f07427138 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 9 Aug 2012 14:54:41 +0400 Subject: [PATCH] Always place "since" and "until" attributes in plugin.xml for early notification about compatibility problems --- idea/src/META-INF/plugin.xml | 2 ++ pluginPublisher/TeamCityPluginPublisher.xml | 10 +++++----- pluginPublisher/idea-version-tag.xsl | 19 ------------------- 3 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 pluginPublisher/idea-version-tag.xsl diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 3dc40e552d9..08a696aa051 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -6,6 +6,8 @@ @snapshot@ JetBrains Inc. + + JUnit diff --git a/pluginPublisher/TeamCityPluginPublisher.xml b/pluginPublisher/TeamCityPluginPublisher.xml index f426bae7ab9..42077bada40 100644 --- a/pluginPublisher/TeamCityPluginPublisher.xml +++ b/pluginPublisher/TeamCityPluginPublisher.xml @@ -60,11 +60,11 @@ - - - - + + + + diff --git a/pluginPublisher/idea-version-tag.xsl b/pluginPublisher/idea-version-tag.xsl deleted file mode 100644 index dd588808ff7..00000000000 --- a/pluginPublisher/idea-version-tag.xsl +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file