-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathfintrospect.iml
54 lines (54 loc) · 5 KB
/
fintrospect.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 external.linked.project.id="fintrospect" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="SBT" type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/scala-2.11/classes" />
<output-test url="file://$MODULE_DIR$/target/scala-2.11/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.11/src_managed/main" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/scala" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/target/scala-2.11/src_managed/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/target/scala-2.11/resource_managed/main" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/target/scala-2.11/resource_managed/test" type="java-test-resource" />
<excludeFolder url="file://$MODULE_DIR$/target/resolution-cache" />
<excludeFolder url="file://$MODULE_DIR$/target/scala-2.10" />
<excludeFolder url="file://$MODULE_DIR$/target/streams" />
<excludeFolder url="file://$MODULE_DIR$/target/test-reports" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="SBT: org.scala-lang:scala-library:2.11.5:jar" level="project" />
<orderEntry type="library" scope="TEST" name="SBT: org.scala-lang:scala-reflect:2.11.2:jar" level="project" />
<orderEntry type="library" name="SBT: org.scala-lang.modules:scala-xml_2.11:1.0.1:jar" level="project" />
<orderEntry type="library" scope="TEST" name="SBT: org.scala-lang.modules:scala-xml_2.11:1.0.2:jar" level="project" />
<orderEntry type="library" scope="TEST" name="SBT: org.scalatest:scalatest_2.11:2.2.1:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: org.scoverage:scalac-scoverage-plugin_2.11:1.0.4:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: org.scoverage:scalac-scoverage-runtime_2.11:1.0.4:jar" level="project" />
<orderEntry type="library" name="SBT: net.sourceforge.argo:argo:3.12:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.google.code.findbugs:jsr305:1.3.9:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.google.guava:guava:16.0.1:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:finagle-core_2.11:6.24.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:finagle-http_2.11:6.24.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:util-app_2.11:6.23.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:util-codec_2.11:6.23.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:util-collection_2.11:6.23.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:util-core_2.11:6.23.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:util-hashing_2.11:6.23.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:util-jvm_2.11:6.23.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:util-logging_2.11:6.23.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: com.twitter:util-stats_2.11:6.23.0:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: commons-codec:commons-codec:1.6:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: commons-collections:commons-collections:3.2.1:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: commons-lang:commons-lang:2.6:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: io.netty:netty:3.9.4.Final:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: javax.inject:javax.inject:1:jar" level="project" />
<orderEntry type="library" scope="PROVIDED" name="SBT: org.scala-lang.modules:scala-parser-combinators_2.11:1.0.2:jar" level="project" />
<orderEntry type="library" name="SBT: joda-time:joda-time:2.7:jar" level="project" />
<orderEntry type="library" name="SBT: org.joda:joda-convert:1.7:jar" level="project" />
</component>
</module>