META-INF.sca-contribution.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric3-container-web-jetty Show documentation
Show all versions of fabric3-container-web-jetty Show documentation
Provides support for using Jetty as a web container
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Fabric3 Copyright (c) 2009-2013 Metaform Systems Fabric3 is licensed under modified terms of the GNU General Public License. See the accompanying license file for details. --> <contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:f3="urn:fabric3.org" f3:extension="true"> <import.java package="org.fabric3.spi.*" version="2.0.1"/> <import.java package="org.fabric3.implementation.pojo.*" version="2.0.1"/> <import.java package="org.fabric3.container.web.spi" version="2.0.1"/> <import.java package="org.fabric3.transport.jetty" version="2.0.1"/> <import.java package="org.fabric3.transport.jetty.management" version="2.0.1"/> <!-- Jetty, Jasper and EL classes must be visible for as this extension accesses Jetty classes and for JSP compilation --> <import.java package="org.eclipse.jetty.webapp" version="9.0.0"/> <import.java package="org.eclipse.jetty.server" version="9.0.0"/> <import.java package="org.eclipse.jetty" version="9.0.0"/> <import.java package="org.apache.jasper.runtime" version="7.1.4.v20100610"/> <import.java package="com.sun.el" version="7.1.4.v20100610"/> <deployable composite="f3:JettyWebContainerExtension"/> </contribution>