Skip to content

Commit

Permalink
Merge pull request #1712 from jsuereth/fix/osgi-dist
Browse files Browse the repository at this point in the history
Fixing OSGi distribution.
  • Loading branch information
adriaanm committed Dec 5, 2012
2 parents 70a24f9 + e791a92 commit e15d8fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.xml
Expand Up @@ -2672,7 +2672,12 @@ DISTRIBUTION
<target name="dist.base" depends="dist.start">
<mkdir dir="${dist.dir}/lib"/>
<copy toDir="${dist.dir}/lib">
<fileset dir="${build-pack.dir}/lib"/>
<fileset dir="${build-pack.dir}/lib">
<include name="jline.jar"/>
<include name="scalacheck.jar"/>
<include name="scala-partest.jar"/>
<include name="scalap.jar"/>
</fileset>
</copy>
<mkdir dir="${dist.dir}/bin"/>
<!-- TODO - Stop being inefficient and don't copy OSGi bundles overtop other jars. -->
Expand Down

0 comments on commit e15d8fc

Please sign in to comment.