From 883bcfb200a7d735d258563b75a6144d0e98b07f Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 10 Jun 2010 21:00:36 -0400 Subject: [PATCH] remove deprecated method in FileUtilities --- sbt/src/main/scala/sbt/FileUtilities.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbt/src/main/scala/sbt/FileUtilities.scala b/sbt/src/main/scala/sbt/FileUtilities.scala index 6ab479ff2..504d6ce02 100644 --- a/sbt/src/main/scala/sbt/FileUtilities.scala +++ b/sbt/src/main/scala/sbt/FileUtilities.scala @@ -96,8 +96,6 @@ object FileUtilities * @param log The Logger to use. */ def jar(sources: Iterable[Path], outputJar: Path, manifest: Manifest, recursive: Boolean, log: Logger) = archive(sources, outputJar, Some(manifest), recursive, log) - @deprecated def pack(sources: Iterable[Path], outputJar: Path, manifest: Manifest, recursive: Boolean, log: Logger) = - jar(sources, outputJar, manifest, recursive, log) /** Creates a zip file. * @param sources The files to include in the jar file. The path used for the jar is * relative to the base directory for the source. That is, the path in the jar for source