diff --git a/jetty-distribution/src/main/resources/modules/weld.mod b/jetty-distribution/src/main/resources/modules/weld.mod new file mode 100644 index 00000000000..93e82273473 --- /dev/null +++ b/jetty-distribution/src/main/resources/modules/weld.mod @@ -0,0 +1,23 @@ +# +# Weld Jetty module +# + +[depend] +annotations + +#[xml] + +[files] +lib/weld/ +http://central.maven.org/maven2/org/jboss/weld/servlet/weld-servlet/2.2.4.Final/weld-servlet-2.2.4.Final.jar|lib/weld/weld-servlet-2.2.4.Final.jar + + +[lib] +lib/weld/**.jar + +[license] +Weld is an open source project hosted on Github and released under the Apache 2.0 license. +http://weld.cdi-spec.org/ +http://www.apache.org/licenses/LICENSE-2.0.html + +