forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportal-test.iml
executable file
·37 lines (36 loc) · 2.2 KB
/
portal-test.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
<?xml version="1.0"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/classes" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<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-log4j" scope="PROVIDED" />
<orderEntry type="module" module-name="petra-mail" 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-portlet-url-builder" 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="portal-kernel" scope="PROVIDED" />
<orderEntry type="module" module-name="registry-api" scope="PROVIDED" />
<orderEntry type="library" name="development" level="project" />
<orderEntry type="library" name="portal" level="project" />
<orderEntry type="library" name="global" level="project" />
</component>
</module>