-
Notifications
You must be signed in to change notification settings - Fork 1
/
ceylon-examples-rx.iml
35 lines (35 loc) · 2 KB
/
ceylon-examples-rx.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
<?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" />
<sourceFolder url="file://$MODULE_DIR$/resource" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/modules" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.buffer/1.3.3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.collection/1.3.3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.file/1.3.3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.http.client/1.3.3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.http.common/1.3.3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.io/1.3.3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.language/1.3.3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.uri/1.3.3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: io.reactivex.rxjava2:rxjava/2.0.2" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.reactivestreams:reactive-streams/1.0.1" level="project" />
</component>
</module>