We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70a24f9 + e791a92 commit e15d8fcCopy full SHA for e15d8fc
build.xml
@@ -2672,7 +2672,12 @@ DISTRIBUTION
2672
<target name="dist.base" depends="dist.start">
2673
<mkdir dir="${dist.dir}/lib"/>
2674
<copy toDir="${dist.dir}/lib">
2675
- <fileset dir="${build-pack.dir}/lib"/>
+ <fileset dir="${build-pack.dir}/lib">
2676
+ <include name="jline.jar"/>
2677
+ <include name="scalacheck.jar"/>
2678
+ <include name="scala-partest.jar"/>
2679
+ <include name="scalap.jar"/>
2680
+ </fileset>
2681
</copy>
2682
<mkdir dir="${dist.dir}/bin"/>
2683
<!-- TODO - Stop being inefficient and don't copy OSGi bundles overtop other jars. -->
0 commit comments