Fixed univeral jar so the class files are in the right location.

This commit is contained in:
Josh Suereth 2012-03-29 10:06:33 -04:00
parent 4094af8304
commit a0cbb9e488
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ object Packaging {
)},
mappings in Universal <+= (compile in Compile, classDirectory in Compile) map { (c, d) =>
compile;
(d / "SbtJansiLaunch.class") -> "bin/SbtJansiLaunch.class"
(d / "SbtJansiLaunch.class") -> "bin/classes/SbtJansiLaunch.class"
}
// TODO - Adapt global `sbt`/`sbt-launch-lib` scripts for universal install...
)