-
Notifications
You must be signed in to change notification settings - Fork 1
/
akka-test.iml
38 lines (37 loc) · 2.48 KB
/
akka-test.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
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="SBT" type="SBT_MODULE" version="4">
<component name="FacetManager">
<facet type="scala" name="Scala">
<configuration>
<option name="compilerLibraryLevel" value="Project" />
<option name="compilerLibraryName" value="SBT:: scala-compiler:2.10.4" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/scala-2.10/classes" />
<output-test url="file://$MODULE_DIR$/target/scala-2.10/test-classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/scala" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/target/scala-2.10/src_managed/main" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/scala" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/target/scala-2.10/src_managed/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/target/scala-2.10/resource_managed/main" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/target/scala-2.10/resource_managed/test" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="SBT: com.google.protobuf:protobuf-java:2.5.0" level="project" />
<orderEntry type="library" name="SBT: com.typesafe:config:1.2.1" level="project" />
<orderEntry type="library" name="SBT: com.typesafe.akka:akka-actor_2.10:2.3.3" level="project" />
<orderEntry type="library" name="SBT: com.typesafe.akka:akka-remote_2.10:2.3.3" level="project" />
<orderEntry type="library" name="SBT: io.netty:netty:3.8.0.Final" level="project" />
<orderEntry type="library" name="SBT: org.scala-lang:scala-library:2.10.4" level="project" />
<orderEntry type="library" name="SBT: org.uncommons.maths:uncommons-maths:1.2.2a" level="project" />
</component>
</module>