-
Notifications
You must be signed in to change notification settings - Fork 3
/
gyokuro.iml
54 lines (54 loc) · 4.41 KB
/
gyokuro.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
<?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" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/demos" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/source" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test-source" isTestSource="false" />
<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.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.collection/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.file/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.html/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.http.client/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.http.common/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.http.server/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.interop.java/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.io/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.json/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.language/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.locale/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.logging/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.test/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.time/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: ceylon.uri/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: com.github.spullara.mustache.java:compiler/0.8.18" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: com.google.code.gson:gson/2.5" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: com.google.guava:guava/16.0.1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: com.mitchellbosecke:pebble/2.2.0" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: commons-logging:commons-logging/1.2" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.eclipse.ceylon.common/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.eclipse.ceylon.langtools.classfile/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.eclipse.ceylon.model/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.eclipse.ceylon.module-resolver/1.3.4-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.rythmengine:rythm-engine/1.0.1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.springframework:spring-beans/4.3.5.RELEASE" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.springframework:spring-context/4.3.5.RELEASE" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.springframework:spring-core/4.3.5.RELEASE" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ceylon: org.thymeleaf:thymeleaf/3.0.0.BETA01" level="project" />
</component>
</module>