Files
sbt/compile
nau bdfb570a42 Update compile/inc/Incremental.scala
Fix for http://stackoverflow.com/questions/12972183/sbt-always-does-full-rebuild-because-of-modified-binary-dependency-rt-jar
def externalBinaryModified uses java.io.File.equals() to check if files are the same. It's better to use File.getCanonicalPath in this case.
2012-10-22 08:23:23 -04:00
..
2012-10-22 08:23:23 -04:00
2012-04-18 16:01:45 -04:00
2012-07-01 15:16:41 -04:00