-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitrix.iml
58 lines (58 loc) · 3.04 KB
/
bitrix.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="IvyIDEA" name="IvyIDEA">
<configuration ivyFile="$MODULE_DIR$/ivy.xml" useProjectSettings="true" useCustomIvySettings="true" ivySettingsFile="" onlyResolveSelectedConfigs="false">
<propertiesSettings>
<propertiesFiles includeProjectLevelPropertiesFiles="true" />
</propertiesSettings>
</configuration>
</facet>
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$" relative="/" />
</webroots>
<sourceRoots>
<root url="file://$MODULE_DIR$/src" />
</sourceRoots>
</configuration>
</facet>
<facet type="hibernate" name="Hibernate">
<configuration>
<datasource-map>
<unit-entry name=".build:classes:bitrix:com:eyelinecom:whoisd:sads2:plugins:bitrix:model:model.cfg.xml" />
<unit-entry name="com:eyelinecom:whoisd:sads2:plugins:bitrix:model:model.cfg.xml" />
<unit-entry name="com:eyelinecom:whoisd:sads2:plugins:bitrix:services:db:hibernate-model-test.cfg.xml" />
<unit-entry name="com:eyelinecom:whoisd:sads2:plugins:bitrix:services:db:hibernate.cfg.xml" />
</datasource-map>
<naming-strategy-map />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/.build/classes/bitrix/com/eyelinecom/whoisd/sads2/plugins/bitrix/model/model.cfg.xml" />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/com/eyelinecom/whoisd/sads2/plugins/bitrix/model/model.cfg.xml" />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/com/eyelinecom/whoisd/sads2/plugins/bitrix/services/db/hibernate.cfg.xml" />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/test/com/eyelinecom/whoisd/sads2/plugins/bitrix/services/db/hibernate-model-test.cfg.xml" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="bitrix-lib" level="project" />
<orderEntry type="library" name="bitrix-lib-dev" level="project" />
</component>
<component name="sonarModuleSettings">
<option name="alternativeWorkingDirPath" value="" />
<option name="localAnalysisScripName" value="<PROJECT>" />
<option name="serverName" value="<PROJECT>" />
<option name="useAlternativeWorkingDir" value="false" />
<option name="workingDirSelection" value="<MODULE>" />
</component>
</module>