-
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.
Merge pull request akka#5 from typesafehub/wip-rp1-update-multi-node-…
…tesing-sample-ban =sam akka#2 Update multi node testing sample to RP 15v01p01
- Loading branch information
Showing
6 changed files
with
41 additions
and
15 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
*# | ||
*-shim.sbt | ||
*.iml | ||
*.ipr | ||
*.iws | ||
*.pyc | ||
*.tm.epoch | ||
*.vim | ||
.cache | ||
.classpath | ||
.DS_Store | ||
.idea/ | ||
.project | ||
.settings | ||
/logs | ||
/project/plugins/project | ||
project/boot | ||
project/typesafe.properties | ||
target/ |
6 changes: 3 additions & 3 deletions
6
akka-samples/akka-sample-multi-node-scala/activator.properties
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name=akka-sample-multi-node-scala | ||
title=Akka Multi-Node Testing Sample with Scala | ||
name=akka-sample-multi-node-scala-reactive-platform-15v01 | ||
title=Akka Multi-Node Testing Sample with Scala (Reactive Platform 15v01) | ||
description=Sample containing sbt build settings and test classes for illustrating multi-node testing with Akka and Scala | ||
tags=akka,testing,scala,sample | ||
tags=reactive-platform,akka,testing,scala,sample | ||
authorName=Akka Team | ||
authorLink=http://akka.io/ | ||
sourceLink=https://github.com/akka/akka |
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
2 changes: 1 addition & 1 deletion
2
akka-samples/akka-sample-multi-node-scala/project/build.properties
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 |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=0.13.1 | ||
sbt.version=0.13.7 |
9 changes: 9 additions & 0 deletions
9
akka-samples/akka-sample-multi-node-scala/project/project/typesafe.sbt
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
addSbtPlugin("com.typesafe.rp" % "sbt-typesafe-rp" % "15v01p01") | ||
|
||
val typesafeUrl = "https://private-repo.typesafe.com/typesafe/for-subscribers-only/DFDB5DD187A28462DDAF7AB39A95A6AE65983B23" | ||
|
||
resolvers += "typesafe-rp-mvn" at typesafeUrl | ||
|
||
resolvers += Resolver.url("typesafe-rp-ivy", url(typesafeUrl))(Resolver.ivyStylePatterns) | ||
|
||
resolvers += "typesafe-releases" at "https://repo.typesafe.com/typesafe/releases/" |
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