remove deprecated method in FileUtilities

This commit is contained in:
Mark Harrah 2010-06-10 21:00:36 -04:00
parent d1260eebd1
commit 883bcfb200
1 changed files with 0 additions and 2 deletions

View File

@ -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