forked from gavinking/ceylon-walkthrough
-
Notifications
You must be signed in to change notification settings - Fork 5
/
ceylon-walkthrough.iml
25 lines (25 loc) · 1.03 KB
/
ceylon-walkthrough.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="CEYLON_MODULE" version="4">
<component name="FacetManager">
<facet type="ceylon" name="Ceylon">
<configuration>
<option name="compileForJvm" value="true" />
<option name="compileToJs" value="false" />
<option name="systemRepository" value="" />
Do not edit, modify .config/ide-config instead
</configuration>
</facet>
</component>
<component name="NewModuleRootManager">
<output url="$MODULE_DIR$/modules" />
<output-test url="$MODULE_DIR$/modules" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/source" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.collection/1.3.3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.language/1.3.3" level="project" />
</component>
</module>