mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Added Ceylon to langs properties
Signed-off-by: Julien Viet <julien@julienviet.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user