forked from bigbluebutton/bigbluebutton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- upgrade version and fix description
- Loading branch information
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,13 +49,11 @@ libraryDependencies ++= { | |
"joda-time" % "joda-time" % "2.3", | ||
"com.google.code.gson" % "gson" % "1.7.1", | ||
"redis.clients" % "jedis" % "2.1.0", | ||
"org.jboss.netty" % "netty" % "3.2.1.Final", | ||
"org.apache.commons" % "commons-lang3" % "3.2", | ||
"org.bigbluebutton" % "bbb-common-message" % "0.0.3" | ||
"org.bigbluebutton" % "bbb-common-message" % "0.0.3", | ||
"org.bigbluebutton" % "bbb-fsesl-client" % "0.0.2" | ||
)} | ||
|
||
libraryDependencies += "org.freeswitch" % "fs-esl-client" % "0.8.2" from "http://blindside.googlecode.com/svn/repository/org/freeswitch/fs-esl-client/0.8.2/fs-esl-client-0.8.2.jar" | ||
|
||
seq(Revolver.settings: _*) | ||
|
||
scalariformSettings | ||
|
@@ -70,14 +68,18 @@ scalariformSettings | |
mainClass := Some("org.bigbluebutton.Boot") | ||
|
||
maintainer in Linux := "Richard Alam <[email protected]>" | ||
|
||
packageSummary in Linux := "BigBlueButton FS-ESL (Akka)" | ||
|
||
packageDescription := """BigBlueButton FreeSWITCH ESL in Akka.""" | ||
|
||
val user = "bigbluebutton" | ||
|
||
val group = "bigbluebutton" | ||
|
||
// user which will execute the application | ||
daemonUser in Linux := user | ||
|
||
// group which will execute the application | ||
daemonGroup in Linux := group | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters