forked from I2P_Developers/i2p.i2p
Jar deployment, SBT hacking, and more related to launcher code.
Some refactoring, bugfixing, and self awareness of launcher jar.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"org.json4s" %% "json4s-native" % "3.5.3"
|
||||
)
|
||||
|
||||
assemblyExcludedJars in assembly := {
|
||||
val donts = List(
|
||||
|
||||
@@ -2,10 +2,8 @@ package net.i2p
|
||||
|
||||
import java.io.{File, InputStream}
|
||||
|
||||
//import net.i2p.Router
|
||||
import net.i2p.launchers.DeployProfile
|
||||
import net.i2p.router.Router
|
||||
import org.json4s._
|
||||
import org.json4s.native.JsonMethods._
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -104,7 +102,7 @@ object RouterLauncherApp extends App {
|
||||
|
||||
//ErrorUtils.printError(s"Starting up with arguments ${(args mkString ", ")}",":)")
|
||||
|
||||
Router.main(args)
|
||||
//Router.main(args)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user