Skip to content

Commit

Permalink
exclude scala-library from compile path (needed w/ xsbt)
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Feb 7, 2010
1 parent b7b1100 commit 534c5f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/AndroidProject.scala
Expand Up @@ -221,5 +221,6 @@ abstract class AndroidProject(info: ProjectInfo) extends DefaultProject(info) {
<exclude module="httpcore" conf="compile"/>
<exclude module="commons-logging" conf="compile"/>
<exclude module="commons-codec" conf="compile"/>
<exclude module="scala-library" conf="compile"/>
</dependencies>
}

0 comments on commit 534c5f5

Please sign in to comment.