Skip to content

Commit

Permalink
move over some more config
Browse files Browse the repository at this point in the history
  • Loading branch information
sclasen committed May 23, 2011
1 parent da4fade commit 960257e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/build/AkkaProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class AkkaParentProject(info: ProjectInfo) extends ParentProject(info) with Exec
// Scaladocs
// -------------------------------------------------------------------------------------------------------------------

override def apiProjectDependencies = dependencies.toList - akka_samples
override def apiProjectDependencies = dependencies.toList - akka_samples - akka_sbt_plugin

// -------------------------------------------------------------------------------------------------------------------
// Publishing
Expand Down Expand Up @@ -235,7 +235,8 @@ class AkkaParentProject(info: ProjectInfo) extends ParentProject(info) with Exec
override def deliverProjectDependencies = (super.deliverProjectDependencies.toList
- akka_samples.projectID
- akka_tutorials.projectID
- akkaDist.projectID)
- akkaDist.projectID
- akka_sbt_plugin.projectID)

// -------------------------------------------------------------------------------------------------------------------
// Build release
Expand Down

0 comments on commit 960257e

Please sign in to comment.