Fix publishing and update organization (groupId)

- fix problem with double organization in pom
- fix scaladoc generation by adding class dir to doc classpath in akka-actor
- update organization to com.typesafe.akka
This commit is contained in:
Peter Vlugter 2011-10-06 15:44:15 +02:00
parent 78193d7a62
commit 972f4b538f
4 changed files with 12 additions and 12 deletions

View file

@ -53,7 +53,7 @@ object ActorSerialization {
replicationScheme: ReplicationScheme): Array[Byte] =
toBinary(a, srlMailBox, replicationScheme)
@deprecated("BROKEN, REMOVE ME")
@deprecated("BROKEN, REMOVE ME", "NOW")
private[akka] def toSerializedActorRefProtocol[T <: Actor](
actorRef: ActorRef,
serializeMailBox: Boolean,