release v0.8
This commit is contained in:
parent
6d36ac9af0
commit
5f4e8b8f17
1 changed files with 3 additions and 1 deletions
|
|
@ -144,7 +144,9 @@ abstract class AkkaDefaults(info: ProjectInfo) extends DefaultProject(info) with
|
|||
descendents(path("lib") ##, "*.jar") +++
|
||||
descendents(configurationPath(Configurations.Compile) ##, "*.jar"))
|
||||
.filter(jar => // remove redundant libs
|
||||
!jar.toString.endsWith("stax-api-1.0.1.jar"))
|
||||
!jar.toString.endsWith("stax-api-1.0.1.jar") ||
|
||||
!jar.toString.endsWith("scala-library-2.7.7.jar")
|
||||
)
|
||||
}
|
||||
|
||||
def deployTask(info: ProjectInfo, toDir: Path, genJar: Boolean, genDocs: Boolean, genSource: Boolean) = task {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue