forked from JetBrains/intellij-community
-
-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathintellij.java.backend.iml
More file actions
52 lines (52 loc) · 4.45 KB
/
intellij.java.backend.iml
File metadata and controls
52 lines (52 loc) · 4.45 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<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$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="com.intellij.java.backend" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.java.syntax" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.frontback.psi" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.frontback.psi.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.psi" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.psi.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.frontback.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.indexing" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.uast" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.uast.ide" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.uast" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.compiler" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.analysis" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.resources" exported="" />
<orderEntry type="module" module-name="intellij.java.execution" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.jvm.analysis" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.jsp" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.resources.en" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.debugger" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.codeserver.core" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.codeserver.highlighting" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.jsp.spi" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.indexing.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.analysis.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.structureView" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.impl.refactorings" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.compiler.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.impl.inspections" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.jvm.analysis.refactoring" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.jvm.analysis.quickFix" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.uiDesigner" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.ui" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.execution.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.debugger.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.debugger.impl.backend" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.debugger.memory.agent" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.uast.ide" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.jps.build.dependencyGraph" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.backend" scope="RUNTIME" />
</component>
</module>