comparison agent/agent.iml @ 2:c6ca0a26d93e

initial implementation of agent-side symbol indexer
author Evgeniy.Koshkin
date Thu, 18 Jul 2013 15:34:28 +0400
parents c36d3305ed62
children 272ae17c0dec
comparison
equal deleted inserted replaced
1:33e8cf5b2d57 2:c6ca0a26d93e
6 <fileset id="fileset1" name="agent" removed="false"> 6 <fileset id="fileset1" name="agent" removed="false">
7 <file>file://$MODULE_DIR$/src/META-INF/build-agent-plugin-PLUGIN_NAME.xml</file> 7 <file>file://$MODULE_DIR$/src/META-INF/build-agent-plugin-PLUGIN_NAME.xml</file>
8 <file>jar://$TeamCityDistribution$/buildAgent/lib/agent.jar!/META-INF/buildAgentSpring.xml</file> 8 <file>jar://$TeamCityDistribution$/buildAgent/lib/agent.jar!/META-INF/buildAgentSpring.xml</file>
9 <file>jar://$TeamCityDistribution$/buildAgent/lib/agent.jar!/META-INF/buildAgentPlugins.xml</file> 9 <file>jar://$TeamCityDistribution$/buildAgent/lib/agent.jar!/META-INF/buildAgentPlugins.xml</file>
10 <file>file://$MODULE_DIR$/fake-teamcity-agent-plugin-context.xml</file> 10 <file>file://$MODULE_DIR$/fake-teamcity-agent-plugin-context.xml</file>
11 <file>file://$MODULE_DIR$/src/META-INF/build-agent-plugin-symbol-server.xml</file>
11 </fileset> 12 </fileset>
12 </configuration> 13 </configuration>
13 </facet> 14 </facet>
14 </component> 15 </component>
15 <component name="NewModuleRootManager" inherit-compiler-output="true"> 16 <component name="NewModuleRootManager" inherit-compiler-output="true">
22 <orderEntry type="library" name="Agent-Api" level="project" /> 23 <orderEntry type="library" name="Agent-Api" level="project" />
23 <orderEntry type="library" name="Common-Api" level="project" /> 24 <orderEntry type="library" name="Common-Api" level="project" />
24 <orderEntry type="library" name="log4j" level="project" /> 25 <orderEntry type="library" name="log4j" level="project" />
25 <orderEntry type="library" name="Idea-OpenApi" level="project" /> 26 <orderEntry type="library" name="Idea-OpenApi" level="project" />
26 <orderEntry type="module" module-name="common" /> 27 <orderEntry type="module" module-name="common" />
28 <orderEntry type="library" name="TeamCity agent runtime" level="project" />
27 </component> 29 </component>
28 </module> 30 </module>
29 31