comparison agent/agent.iml @ 0:c36d3305ed62

initial project structure
author Evgeniy.Koshkin
date Tue, 16 Jul 2013 19:41:58 +0400
parents
children c6ca0a26d93e
comparison
equal deleted inserted replaced
-1:000000000000 0:c36d3305ed62
1 <?xml version="1.0" encoding="UTF-8"?>
2 <module type="JAVA_MODULE" version="4">
3 <component name="FacetManager">
4 <facet type="Spring" name="Spring">
5 <configuration>
6 <fileset id="fileset1" name="agent" removed="false">
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>
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>
11 </fileset>
12 </configuration>
13 </facet>
14 </component>
15 <component name="NewModuleRootManager" inherit-compiler-output="true">
16 <exclude-output />
17 <content url="file://$MODULE_DIR$">
18 <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
19 </content>
20 <orderEntry type="inheritedJdk" />
21 <orderEntry type="sourceFolder" forTests="false" />
22 <orderEntry type="library" name="Agent-Api" level="project" />
23 <orderEntry type="library" name="Common-Api" level="project" />
24 <orderEntry type="library" name="log4j" level="project" />
25 <orderEntry type="library" name="Idea-OpenApi" level="project" />
26 <orderEntry type="module" module-name="common" />
27 </component>
28 </module>
29