My fix for said SBT bug has made it upstream.

This commit is contained in:
Michael Bayne
2011-10-17 11:15:22 -07:00
parent 9387ff18d5
commit 6f7b519102
-3
View File
@@ -22,6 +22,3 @@ unmanagedSources in Compile ~= (_.filterNot(_.getPath.indexOf("pythagoras/gwt")
// add our sources to the main jar file (including super-sources)
unmanagedResourceDirectories in Compile <+= baseDirectory / "src/main/java"
// work around SBT bug
unmanagedResources in Compile ~= (_.filterNot(_.isDirectory))