summaryrefslogtreecommitdiff
path: root/src/build/maven/scala-actors-pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove cruft from pom.Adriaan Moors2014-01-211-11/+0
| | | | | My understanding is distributionManagement is only needed to configure maven locally for publishing. Since we do that it ant, getting rid of it.
* Tidy pom xml files.Adriaan Moors2013-10-251-48/+47
|
* Correct license to 3-clause BSD in poms.Adriaan Moors2013-10-211-3/+2
|
* SI-7201 scaladoc url in scala-(library,actors,swing,reflect) pomAdriaan Moors2013-05-171-0/+3
| | | | | | | | The project/properties/info.apiURL pom property is used by SBT to link to an artifact's scaladoc. For scala library version $v, the url is http://www.scala-lang.org/api/$v/ Note that actors, reflect and swing are included in the library docs in 2.10.x.
* Changing URLs for svn and issue tracking.Vojin Jovanovic2012-03-231-5/+4
| | | | Review by: @jsuereth
* Separating Scala Actors from the Scala Library.Vojin Jovanovic2012-03-191-0/+62
Scala actors are now in scala-actors.jar. Changes that were done are: - Fixed partest to include actors library for various test usages - Created the entry for the new jar in build.xml - Added maven entries for scala actors Review by: @jsuereth