TeamCityPluginPublisher.xml: wording

This commit is contained in:
Leonid Shalupov
2012-03-09 18:42:22 +04:00
parent 9490d05b7c
commit 53ee467707
+1 -1
View File
@@ -73,7 +73,7 @@
</echoxml>
<!-- Everything is ok, publish plugin and xml descriptor -->
<echo message="##teamcity[buildStatus text='${plugin.filename} verified against ${idea.version}" />
<echo message="##teamcity[buildStatus text='${plugin.filename} has been verified against ${idea.version}']" />
<echo message="##teamcity[publishArtifacts '${plugin.path}']" />
<echo message="##teamcity[publishArtifacts '${updatePlugins.xml}']" />
</target>