Skip to content

Commit

Permalink
Merge pull request scala#1569 from jsuereth/fix/osgi-manifests
Browse files Browse the repository at this point in the history
Fixing issue where OSGi bundles weren't getting used for distribution.
  • Loading branch information
adriaanm committed Nov 5, 2012
2 parents 3b798b0 + e596d31 commit 8b59843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2663,7 +2663,8 @@ DISTRIBUTION
<attribute name="name" />
<sequential>
<copy file="${build-osgi.dir}/org.scala-lang.plugins.@{name}.jar"
tofile="${dist.dir}/misc/scala-devel/plugins/@{name}.jar"/>
tofile="${dist.dir}/misc/scala-devel/plugins/@{name}.jar"
overwrite="yes"/>
</sequential>
</macrodef>
</target>
Expand Down

0 comments on commit 8b59843

Please sign in to comment.