Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 2aa9da5

Browse files
committed
Partially revert f8d8f7d.
Need `${dist.dir}/lib/scala-partest.jar` for maven publish. We still don't want to distribute it in the distribution, but will have to remove it in release script, as 2.10.x's build hasn't been refactoreded like master's, and I'm not backporting it.
1 parent ba7bf5e commit 2aa9da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,6 +1837,7 @@ TODO:
18371837
<copy toDir="${dist.dir}/lib">
18381838
<fileset dir="${build-pack.dir}/lib">
18391839
<include name="jline.jar"/>
1840+
<include name="scala-partest.jar"/> <!-- needed for maven publish -->
18401841
<include name="scalap.jar"/>
18411842
</fileset>
18421843
</copy>

0 commit comments

Comments
 (0)