@@ -8,7 +8,8 @@ import java.util.Calendar
8
8
9
9
import scala .reflect .io .Path
10
10
import sbtassembly .AssemblyKeys .assembly
11
- import xerial .sbt .Pack ._
11
+ import xerial .sbt .pack .PackPlugin ._
12
+ import autoImport ._
12
13
13
14
import sbt .Package .ManifestAttributes
14
15
@@ -1142,6 +1143,7 @@ object Build {
1142
1143
settings(
1143
1144
publishArtifact := false ,
1144
1145
// packMain := Map("dummy" -> "dotty.tools.dotc.Main"),
1146
+ packGenerateMakefile := false ,
1145
1147
packExpandedClasspath := true ,
1146
1148
packResourceDir += (baseDirectory.value / " bin" -> " bin" ),
1147
1149
packArchiveName := " dotty-" + dottyVersion
@@ -1160,7 +1162,7 @@ object Build {
1160
1162
publishArtifact := false ,
1161
1163
// packMain := Map("dummy" -> "dotty.tools.dotc.Main"),
1162
1164
packExpandedClasspath := true ,
1163
- // packExcludeJars := Seq("scala-library-.*\\.jar") ,
1165
+ packGenerateMakefile := false ,
1164
1166
packResourceDir += (baseDirectory.value / " bin" -> " bin" ),
1165
1167
packArchiveName := " dotty-" + dottyVersion
1166
1168
)
0 commit comments