pekko/akka-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
..
mima-filters Convert 2.5.x MiMa excludes to subdirectory style 2019-10-01 13:59:56 +02:00
resources Disable Java serialization by default, #22333 (#27285) 2019-07-11 14:04:24 +02:00
scala/akka/testkit Java TestKit expect msg all of broken (#27563) 2019-08-29 10:42:15 +02:00