Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes

This commit is contained in:
Jonas Bonér 2010-03-10 22:38:52 +01:00
parent 783764038c
commit 3f0393975a
62 changed files with 570 additions and 629 deletions

View file

@ -2,10 +2,10 @@
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
*/
package se.scalablesolutions.akka.state
package se.scalablesolutions.akka.persistence.common
import se.scalablesolutions.akka.stm._
import se.scalablesolutions.akka.stm.TransactionManagement.transaction
import se.scalablesolutions.akka.collection._
import se.scalablesolutions.akka.util.Logging
// FIXME move to 'stm' package + add message with more info