-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHW3_RMI.iml
26 lines (26 loc) · 1.98 KB
/
HW3_RMI.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
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="hw3_rmi [file:/F:/UIC/441/HW3_RMI/]" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="SBT" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/scala-2.12/classes" />
<output-test url="file://$MODULE_DIR$/target/scala-2.12/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/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/target/scala-2.12/src_managed/main" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/target/scala-2.12/src_managed/test" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="sbt: org.scala-lang:scala-library:2.12.7:jar" level="project" />
<orderEntry type="library" scope="TEST" name="sbt: org.scala-tools.testing:test-interface:0.5:jar" level="project" />
<orderEntry type="library" scope="TEST" name="sbt: com.novocode:junit-interface:0.8:jar" level="project" />
<orderEntry type="library" name="sbt: org.slf4j:slf4j-log4j12:1.2:jar" level="project" />
<orderEntry type="library" name="sbt: org.slf4j:slf4j-api:1.2:jar" level="project" />
<orderEntry type="library" name="sbt: log4j:log4j:1.2.13:jar" level="project" />
<orderEntry type="library" scope="TEST" name="sbt: junit:junit:4.11:jar" level="project" />
<orderEntry type="library" scope="TEST" name="sbt: org.hamcrest:hamcrest-core:1.3:jar" level="project" />
</component>
</module>