pekko/akka-multi-node-testkit/src/main
Johannes Rudolph 650068aa45
Convert 2.5.x MiMa excludes to subdirectory style
Using this script:

```sh

set -ex

FILE=$1
DIR=`dirname $FILE`
TMP_FILE=$DIR/_existing.excludes
FINAL_FILE=$DIR/2.5.x.backwards.excludes/_existing.excludes

mv $FILE $TMP_FILE
mkdir $DIR/2.5.x.backwards.excludes
(echo "# This file contains all excludes added before changing to the subdirectory style" && cat $TMP_FILE) > $FINAL_FILE
rm $TMP_FILE
git add $FINAL_FILE
```
2019-10-01 13:59:56 +02:00
..
java/akka/remote/testconductor Use protobuf3 for internal serialization (#27366) 2019-08-15 17:43:19 +02:00
mima-filters Convert 2.5.x MiMa excludes to subdirectory style 2019-10-01 13:59:56 +02:00
protobuf Use protobuf3 for internal serialization (#27366) 2019-08-15 17:43:19 +02:00
resources Testconductor allows more time to pass to give artery time to shutdown #21500 2016-09-23 15:01:51 +02:00
scala/akka/remote Remove the Artery flight recorder (#27591) 2019-09-05 13:11:22 +02:00