forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathportal-impl.iml
executable file
·65 lines (65 loc) · 3.35 KB
/
portal-impl.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
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/com/liferay/portal/deploy/dependencies/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/src/com/liferay/portal/deploy/dependencies" relative="/WEB-INF" />
</webroots>
<sourceRoots>
<root url="file://$MODULE_DIR$/src" />
</sourceRoots>
</configuration>
</facet>
<facet type="jpa" name="JPA">
<configuration>
<setting name="validation-enabled" value="true" />
<datasource-mapping />
<naming-strategy-map />
</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/unit" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/classes" />
<excludeFolder url="file://$MODULE_DIR$/test-classes" />
<excludeFolder url="file://$MODULE_DIR$/test-coverage" />
<excludeFolder url="file://$MODULE_DIR$/test-results" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="osgi-service-tracker-collections" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-concurrent" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-content" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-encryptor" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-executor" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-function" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-io" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-lang" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-memory" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-nio" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-process" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-reflect" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-sql-dsl-api" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-sql-dsl-spi" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-string" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-url-pattern-mapper" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-xml" scope="PROVIDED" />
<orderEntry type="module" module-name="util-bridges" />
<orderEntry type="module" module-name="util-java" />
<orderEntry type="module" module-name="util-taglib" />
<orderEntry type="module" module-name="portal-kernel" scope="PROVIDED" />
<orderEntry type="module" module-name="portal-log4j" scope="PROVIDED" />
<orderEntry type="module" module-name="portal-test" scope="TEST" />
<orderEntry type="module" module-name="portal-test-integration" scope="TEST" />
<orderEntry type="library" scope="PROVIDED" name="development" level="project" />
<orderEntry type="library" name="portal" level="project" />
<orderEntry type="library" scope="PROVIDED" name="global" level="project" />
</component>
</module>