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

Commit f8d8f7d

Browse files
committed
Do not distribute partest and its dependencies.
1 parent db19ddf commit f8d8f7d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,18 +1837,10 @@ TODO:
18371837
<copy toDir="${dist.dir}/lib">
18381838
<fileset dir="${build-pack.dir}/lib">
18391839
<include name="jline.jar"/>
1840-
<include name="scalacheck.jar"/>
1841-
<include name="scala-partest.jar"/>
18421840
<include name="scalap.jar"/>
18431841
</fileset>
18441842
</copy>
18451843

1846-
<copy todir="${dist.dir}/lib">
1847-
<resources refid="partest.extras.fileset"/>
1848-
<mapper classpathref="maven-ant-tasks.classpath" classname="org.apache.maven.artifact.ant.VersionMapper"
1849-
from="${partest.extras.versions}" to="flatten"/>
1850-
</copy>
1851-
18521844
<mkdir dir="${dist.dir}/bin"/>
18531845
<!-- TODO - Stop being inefficient and don't copy OSGi bundles overtop other jars. -->
18541846
<copy-bundle name="scala-library"/>

0 commit comments

Comments
 (0)