This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 0cce378 CAMEL-10671: Adding Camel example project for the Ceylon JVM language 0cce378 is described below commit 0cce3785ce0b7a9e87d0abb08ebfc8290e102264 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sat May 5 20:51:13 2018 +0200 CAMEL-10671: Adding Camel example project for the Ceylon JVM language Fix comments in module.ceylon --- examples/camel-example-ceylon/src/main/resources/module/module.ceylon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/camel-example-ceylon/src/main/resources/module/module.ceylon b/examples/camel-example-ceylon/src/main/resources/module/module.ceylon index 5ca9adc..13c17e6 100644 --- a/examples/camel-example-ceylon/src/main/resources/module/module.ceylon +++ b/examples/camel-example-ceylon/src/main/resources/module/module.ceylon @@ -20,7 +20,7 @@ module org.apache.camel.example "${project.version}" { shared import "ceylon.interop.java" "${ceylon.version}"; shared import "org.apache.camel.camel-core" "${project.version}"; shared import "org.apache.camel.camel-jetty" "${project.version}"; - // Camel module imports above are used like this allow compiling against Camel snapshot versions, in general you should use: - // shared import maven "org.apache.camel:camel-jetty" "$CAMEL-VERSION"; + // Camel module imports above are used like this to allow testing with Camel snapshot versions, in general you should use: + // shared import maven "org.apache.camel:camel-core" "$CAMEL-VERSION"; // shared import maven:"org.apache.camel:camel-jetty" "$CAMEL-VERSION"; } -- To stop receiving notification emails like this one, please contact pascalschumac...@apache.org.