-
Notifications
You must be signed in to change notification settings - Fork 6
/
luaj-vm.iml
80 lines (80 loc) · 3.16 KB
/
luaj-vm.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="file://lib/midpapi20.jar" />
<libelement value="file://lib/cldcapi11.jar" />
<libelement value="file://lib/bcel-5.2.jar" />
<varelement var="file://$JRE_LIB$" value="JRE_LIB" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src/core" expected_position="0" />
<src_folder value="file://$MODULE_DIR$/src/jse" expected_position="1" />
<src_folder value="file://$MODULE_DIR$/src/jme" expected_position="2" />
<src_folder value="file://$MODULE_DIR$/test/java" expected_position="3" />
<src_folder value="file://$MODULE_DIR$/test/junit" expected_position="4" />
<src_folder value="file://$MODULE_DIR$/test/lua" expected_position="5" />
<src_folder value="file://$MODULE_DIR$/examples/jse" expected_position="6" />
<src_folder value="file://$MODULE_DIR$/examples/jme" expected_position="7" />
<src_folder value="file://$MODULE_DIR$/examples/lua" expected_position="8" />
</src_description>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/jse" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/core" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/examples/jse" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/examples/json" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/examples/lua" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<orderEntry type="module-library">
<library name="junit3">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="midpapi20.jar">
<CLASSES>
<root url="file://lib/midpapi20.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="cldcapi11.jar">
<CLASSES>
<root url="file://lib/cldcapi11.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="bcel-5.2.jar">
<CLASSES>
<root url="file://lib/bcel-5.2.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="JRE_LIB">
<CLASSES>
<root url="file://$JRE_LIB$" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="ant:ant-apache-bcel:1.6.5" level="project" />
<orderEntry type="library" name="bcel:bcel:5.1" level="project" />
</component>
</module>