From 6f7b5191020d9312cf0fa2b0dbe240588c6a4302 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 17 Oct 2011 11:15:22 -0700 Subject: [PATCH] My fix for said SBT bug has made it upstream. --- build.sbt | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sbt b/build.sbt index f736b27..9dc8995 100644 --- a/build.sbt +++ b/build.sbt @@ -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))