Making sure that Akka Camel compiles and that the tests pass, also moving the examples from the sources to the tests.

This commit is contained in:
Viktor Klang 2012-06-25 18:28:38 +02:00
parent 7fdb2c72e4
commit 0ec97ab5c6
21 changed files with 35 additions and 1 deletions

View file

@ -4,6 +4,8 @@
package akka.camel
import language.postfixOps
import org.apache.camel.{ Exchange, Processor }
import org.apache.camel.builder.RouteBuilder
import org.apache.camel.component.mock.MockEndpoint