upgrading to lift 1.1 snapshot
This commit is contained in:
parent
0a169fbc96
commit
cd7cb7aed7
3 changed files with 3 additions and 3 deletions
|
|
@ -4,8 +4,9 @@ import _root_.net.liftweb.util._
|
|||
import _root_.net.liftweb.http._
|
||||
import _root_.net.liftweb.sitemap._
|
||||
import _root_.net.liftweb.sitemap.Loc._
|
||||
import Helpers._
|
||||
import _root_.net.liftweb.common._
|
||||
import _root_.net.liftweb.http.auth._
|
||||
import Helpers._
|
||||
|
||||
import se.scalablesolutions.akka.actor.{SupervisorFactory, Actor}
|
||||
import se.scalablesolutions.akka.config.ScalaConfig._
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ object Config extends Logging {
|
|||
val systemHome = System.getenv("AKKA_HOME")
|
||||
if (systemHome == null || systemHome.length == 0 || systemHome == ".") {
|
||||
val optionHome = System.getProperty("akka.home", "")
|
||||
println("=============== " + optionHome)
|
||||
if (optionHome.length != 0) Some(optionHome)
|
||||
else None
|
||||
} else Some(systemHome)
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -29,7 +29,7 @@
|
|||
<module>akka-kernel</module>
|
||||
<module>akka-fun-test-java</module>
|
||||
<module>akka-samples-scala</module>
|
||||
<!--module>akka-samples-lift</module-->
|
||||
<module>akka-samples-lift</module>
|
||||
<module>akka-samples-java</module>
|
||||
<module>akka-samples-security</module>
|
||||
</modules>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue