Issue 24594: Integration with sbt-headers and initial header population

This commit is contained in:
Konrad `ktoso` Malawski 2018-03-13 23:45:55 +09:00 committed by Johan Andrén
parent 95afa04a7a
commit 563c7fbcf0
1558 changed files with 2995 additions and 490 deletions

View file

@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TestConductorProtocol.proto

View file

@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/
package akka.remote.testconductor
import language.postfixOps

View file

@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/
package akka.remote.testconductor
import language.implicitConversions

View file

@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/
package akka.remote.testconductor
import akka.actor.{ Extension, ExtensionId, ExtensionIdProvider, ExtendedActorSystem, ActorContext, ActorSystem }

View file

@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/
package akka.remote.testconductor
import java.util.concurrent.TimeoutException

View file

@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/
package akka.remote.testconductor
import org.jboss.netty.channel.{ Channel, ChannelPipeline, ChannelPipelineFactory, ChannelUpstreamHandler, DefaultChannelPipeline }

View file

@ -1,6 +1,7 @@
/*
* Copyright (C) 2016-2018 Lightbend Inc. <https://www.lightbend.com>
*/
package akka.remote.testkit
import java.nio.file.{ FileSystems, Files, Path }

View file

@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/
package akka.remote.testkit
import language.implicitConversions