Skip to content

Commit

Permalink
Add plugins/lib_managed -libs to classpath to fix project definition …
Browse files Browse the repository at this point in the history
…compile when plugins have external binary dependencies (like sbt-idea-plugin now has binary dependency to sbt-idea-core).
  • Loading branch information
mpeltonen committed Aug 19, 2010
1 parent de117a9 commit 1809fd7
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -60,6 +60,16 @@ class SbtProjectDefinitionIdeaModuleDescriptor(val project: BasicDependencyProje
<jarDirectory url="file://$MODULE_DIR$/build/lib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url={String.format("file://$MODULE_DIR$/plugins/lib_managed/scala_%s", project.defScalaVersion.value)} />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url={String.format("file://$MODULE_DIR$/plugins/lib_managed/scala_%s", project.defScalaVersion.value)} recursive="false" />
</library>
</orderEntry>
}
</component>
</module>
Expand Down

0 comments on commit 1809fd7

Please sign in to comment.