diff agent/src/META-INF/build-agent-plugin-symbol-server.xml @ 1:33e8cf5b2d57

fixed plugin name
author Evgeniy.Koshkin
date Tue, 16 Jul 2013 20:17:11 +0400
parents agent/src/META-INF/build-agent-plugin-PLUGIN_NAME.xml@c36d3305ed62
children c6ca0a26d93e
line wrap: on
line diff
--- /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