Skip to content

Commit

Permalink
Set output and output-test urls based on SBT configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ijuma committed Aug 6, 2010
1 parent 5a31541 commit c73d9b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/scala/IdeaModuleDescriptor.scala
Expand Up @@ -30,7 +30,9 @@ class IdeaModuleDescriptor(val project: BasicDependencyProject, val log: Logger)
}
}
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url={"file://$MODULE_DIR$/" + project.asInstanceOf[ScalaPaths].mainCompilePath.relativePath.toString} />
<output-test url={"file://$MODULE_DIR$/" + project.asInstanceOf[ScalaPaths].testCompilePath.relativePath.toString} />
<exclude-output />
<content url="file://$MODULE_DIR$">
{ nodePerExistingSourceFolder("src/main/scala" :: "src/main/resources" :: "src/main/java" :: "src/it/scala" :: Nil) }
Expand Down

0 comments on commit c73d9b8

Please sign in to comment.