-
Notifications
You must be signed in to change notification settings - Fork 0
/
jdk.table.xml
50 lines (50 loc) · 1.32 KB
/
jdk.table.xml
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
<application>
<component name="ProjectJdkTable">
<jdk version="2">
<name value="Kahlua" />
<type value="Lua SDK" />
<version value="Kahlua" />
<homePath value="" />
<roots>
<annotationsPath>
<root type="composite" />
</annotationsPath>
<classPath>
<root type="composite" />
</classPath>
<javadocPath>
<root type="composite" />
</javadocPath>
<sourcePath>
<root type="composite">
<root type="simple" url="file://$APPLICATION_PLUGINS_DIR$/Lua/stdlibrary" />
</root>
</sourcePath>
</roots>
<additional />
</jdk>
<jdk version="2">
<name value="LuaJ" />
<type value="Lua SDK" />
<version value="LuaJ" />
<homePath value="" />
<roots>
<annotationsPath>
<root type="composite" />
</annotationsPath>
<classPath>
<root type="composite" />
</classPath>
<javadocPath>
<root type="composite" />
</javadocPath>
<sourcePath>
<root type="composite">
<root type="simple" url="file://$APPLICATION_PLUGINS_DIR$/Lua/stdlibrary" />
</root>
</sourcePath>
</roots>
<additional />
</jdk>
</component>
</application>