forked from deanwampler/SakeScalaBuildTool
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSake.iml
More file actions
21 lines (20 loc) · 879 Bytes
/
Sake.iml
File metadata and controls
21 lines (20 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="Scala" name="Scala">
<configuration />
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/out/production/Sake" />
<output-test url="file://$MODULE_DIR$/out/test/Sake" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="Scala" level="application" />
<orderEntry type="library" exported="" name="Scala-Specs" level="application" />
</component>
</module>