Cut size of final jar by 300k.

This commit is contained in:
Mark Harrah
2009-10-17 22:40:02 -04:00
parent f045123989
commit 33434bc82b
23 changed files with 367 additions and 248 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ object Using extends NotNull
object Copy
{
def apply(files: Seq[File], toDirectory: File): Unit = files.foreach(file => apply(file, toDirectory))
def apply(files: List[File], toDirectory: File): Unit = files.foreach(file => apply(file, toDirectory))
def apply(file: File, toDirectory: File)
{
toDirectory.mkdirs()