Added Ceylon to langs properties

Signed-off-by: Julien Viet <julien@julienviet.com>
This commit is contained in:
Julien Viet
2014-10-23 11:12:54 +02:00
parent 01041ecf1b
commit 850ea57cb1
2 changed files with 4 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ groovy=io.vertx~lang-groovy~2.1.0-final:org.vertx.groovy.platform.impl.GroovyVer
jython=io.vertx~lang-jython~2.1.1:org.vertx.java.platform.impl.JythonVerticleFactory
scala=io.vertx~lang-scala~1.0.0:org.vertx.scala.platform.impl.ScalaVerticleFactory
clojure=io.vertx~lang-clojure~1.0.4:io.vertx.lang.clojure.ClojureVerticleFactory
ceylon=io.vertx~lang-ceylon~1.0.1:org.vertx.ceylon.platform.impl.CeylonVerticleFactory
# Experimental
# ------------
@@ -56,6 +57,7 @@ dynjs=io.vertx~lang-dynjs~1.0.0:org.dynjs.vertx.DynJSVerticleFactory
.scala=scala
.clj=clojure
.php=php
.ceylon=ceylon
# The default runtime - if no prefix is specified and the main does not match any of the file extensions above
# then the default will be used

View File

@@ -27,6 +27,7 @@ groovy=io.vertx~lang-groovy~2.1.0-final:org.vertx.groovy.platform.impl.GroovyVer
jython=io.vertx~lang-jython~2.1.1:org.vertx.java.platform.impl.JythonVerticleFactory
scala=io.vertx~lang-scala~1.0.0:org.vertx.scala.platform.impl.ScalaVerticleFactory
clojure=io.vertx~lang-clojure~1.0.1:io.vertx.lang.clojure.ClojureVerticleFactory
ceylon=io.vertx~lang-ceylon~1.0.1:org.vertx.ceylon.platform.impl.CeylonVerticleFactory
# Experimental
# ------------
@@ -54,6 +55,7 @@ nashorn=io.vertx~lang-nashorn~1.0.0-beta2:org.vertx.java.platform.impl.NashornVe
.scala=scala
.clj=clojure
.php=php
.ceylon=ceylon
# The default runtime - if no prefix is specified and the main does not match any of the file extensions above
# then the default will be used