forked from StefanHoutzager/elixir-dev-anywhere-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jdk.table.xml
29 lines (29 loc) · 795 Bytes
/
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
<application>
<component name="ProjectJdkTable">
<jdk version="2">
<name value="Elixir 1.3" />
<type value="Elixir SDK" />
<version value="1.3" />
<homePath value="/usr/local/bin/elixir" />
<roots>
<annotationsPath>
<root type="composite" />
</annotationsPath>
<classPath>
<root type="composite">
<root type="simple" url="file:///usr/local/bin" />
</root>
</classPath>
<javadocPath>
<root type="composite" />
</javadocPath>
<sourcePath>
<root type="composite">
<root type="simple" url="file:///usr/local/bin" />
</root>
</sourcePath>
</roots>
<additional />
</jdk>
</component>
</application>