changeset 1:33e8cf5b2d57

fixed plugin name
author Evgeniy.Koshkin
date Tue, 16 Jul 2013 20:17:11 +0400
parents c36d3305ed62
children c6ca0a26d93e
files .idea/.name .idea/artifacts/common_jar.xml .idea/artifacts/plugin_zip.xml agent/src/META-INF/build-agent-plugin-PLUGIN_NAME.xml agent/src/META-INF/build-agent-plugin-symbol-server.xml server/src/META-INF/build-server-plugin-PLUGIN_NAME.xml server/src/META-INF/build-server-plugin-symbol-server.xml server/teamcity-server-plugin.xml
diffstat 8 files changed, 38 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/.idea/.name	Tue Jul 16 19:41:58 2013 +0400
+++ b/.idea/.name	Tue Jul 16 20:17:11 2013 +0400
@@ -1,1 +1,1 @@
-PLUGIN_NAME
\ No newline at end of file
+symbol-server
\ No newline at end of file
--- a/.idea/artifacts/common_jar.xml	Tue Jul 16 19:41:58 2013 +0400
+++ b/.idea/artifacts/common_jar.xml	Tue Jul 16 20:17:11 2013 +0400
@@ -2,7 +2,7 @@
   <artifact name="common-jar">
     <output-path>$PROJECT_DIR$/out/artifacts/common_jar</output-path>
     <root id="root">
-      <element id="archive" name="PLUGIN_NAME-common.jar">
+      <element id="archive" name="symbol-server-common.jar">
         <element id="module-output" name="common" />
       </element>
     </root>
--- a/.idea/artifacts/plugin_zip.xml	Tue Jul 16 19:41:58 2013 +0400
+++ b/.idea/artifacts/plugin_zip.xml	Tue Jul 16 20:17:11 2013 +0400
@@ -2,7 +2,7 @@
   <artifact name="plugin-zip">
     <output-path>$PROJECT_DIR$/out/artifacts/plugin_zip</output-path>
     <root id="root">
-      <element id="archive" name="PLUGIN_NAME.zip">
+      <element id="archive" name="symbol-server.zip">
         <element id="artifact" artifact-name="plugin" />
       </element>
     </root>
--- a/agent/src/META-INF/build-agent-plugin-PLUGIN_NAME.xml	Tue Jul 16 19:41:58 2013 +0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans
-        xmlns="http://www.springframework.org/schema/beans"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
-        default-autowire="constructor"
-        >
-
-  <!-- declare all beans you like Spring Dependency Injection to create -->
-  <!-- see http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html -->
-
-  <!-- sample: 
-  <bean class="bean class fully qualified name"/>
-  -->
-
-
-</beans>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/agent/src/META-INF/build-agent-plugin-symbol-server.xml	Tue Jul 16 20:17:11 2013 +0400
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans
+        xmlns="http://www.springframework.org/schema/beans"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
+        default-autowire="constructor"
+        >
+
+  <!-- declare all beans you like Spring Dependency Injection to create -->
+  <!-- see http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html -->
+
+  <!-- sample: 
+  <bean class="bean class fully qualified name"/>
+  -->
+
+
+</beans>
\ No newline at end of file
--- a/server/src/META-INF/build-server-plugin-PLUGIN_NAME.xml	Tue Jul 16 19:41:58 2013 +0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans
-        xmlns="http://www.springframework.org/schema/beans"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
-        default-autowire="constructor"
-        >
-  <!-- declare all beans you like Spring Dependency Injection to create -->
-  <!-- see http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html -->
-
-  <!-- sample: 
-  <bean class="bean class fully qualified name"/>
-  -->
-
-</beans>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/server/src/META-INF/build-server-plugin-symbol-server.xml	Tue Jul 16 20:17:11 2013 +0400
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans
+        xmlns="http://www.springframework.org/schema/beans"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
+        default-autowire="constructor"
+        >
+  <!-- declare all beans you like Spring Dependency Injection to create -->
+  <!-- see http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html -->
+
+  <!-- sample: 
+  <bean class="bean class fully qualified name"/>
+  -->
+
+</beans>
--- a/server/teamcity-server-plugin.xml	Tue Jul 16 19:41:58 2013 +0400
+++ b/server/teamcity-server-plugin.xml	Tue Jul 16 20:17:11 2013 +0400
@@ -2,9 +2,10 @@
 <teamcity-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:noNamespaceSchemaLocation="urn:shemas-jetbrains-com:teamcity-plugin-v1-xml">
   <info>
-    <name>PLUGIN_NAME</name>
-    <display-name>PLUGIN_DESCRIPTION</display-name>
+    <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 -->