All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.sca-contribution.xml Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
 Fabric3
 Copyright (c) 2009 Metaform Systems

Fabric3 is licensed under modified terms of the GNU General
Public License. See the accompanying license file for details.


    $Rev: 8551 $ $Date: 2010-01-11 13:39:34 +0100 (Mon, 11 Jan 2010) $
-->
<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
              xmlns:web="urn:fabric3.org:web"
              xmlns:f3-core="urn:fabric3.org:core"
              f3-core:extension="true">
    <import.java package="org.fabric3.spi.*" version="1.4"/>
    <import.java package="org.fabric3.implementation.pojo.*" version="1.4"/>
    <import.java package="org.fabric3.container.web.spi" version="1.4"/>
    <import.java package="org.fabric3.transport.jetty" version="1.4"/>
    <!-- Jetty, Jasper and EL classes must be visible for as this extension accesses Jetty classes and for JSP compilation -->
    <import.java package="org.mortbay.jetty.web" version="6.1.5"/>
    <import.java package="org.mortbay.component" version="6.1.5"/>
    <import.java package="org.mortbay.jetty" version="6.1.5"/>
    <import.java package="org.apache.jasper.runtime" version="6.1.5"/>
    <import.java package="com.sun.el" version="6.1.5"/>
    <deployable composite="web:JettyWebContainerExtension"/>
</contribution>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy