Omaha #3206 edex changes related to new javax.serlvet FOSS project

Former-commit-id: f9de79465a [formerly c042671ecf12a6fa46e35d4954d23492f35b7c76]
Former-commit-id: c875f17719
This commit is contained in:
Brian Clements 2014-05-22 10:21:43 -05:00
parent 4fd1f27ddf
commit fd9f98b2ba
6 changed files with 20 additions and 0 deletions

View file

@ -75,4 +75,10 @@
install-size="0"
version="0.0.0"/>
<plugin
id="javax.servlet"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>

View file

@ -41,4 +41,6 @@ Export-Package: com.raytheon.uf.edex.ogc.common,
com.raytheon.uf.edex.ogc.common.time,
com.raytheon.uf.edex.ogc.common.util
Import-Package: com.raytheon.uf.common.localization,
javax.servlet,
javax.servlet.http,
org.apache.cxf.helpers

View file

@ -51,3 +51,5 @@ Export-Package: com.raytheon.uf.edex.registry.ebxml.acp,
com.raytheon.uf.edex.registry.ebxml.util.xpath,
com.raytheon.uf.edex.registry.ebxml.web,
com.raytheon.uf.edex.registry.events
Import-Package: javax.servlet,
javax.servlet.http

View file

@ -39,3 +39,5 @@ Export-Package: com.raytheon.uf.edex.wfs,
com.raytheon.uf.edex.wfs.v1_1_0,
com.raytheon.uf.edex.wfs.v2_0_0,
com.raytheon.uf.edex.wfs.wxxm
Import-Package: javax.servlet,
javax.servlet.http

View file

@ -112,4 +112,10 @@
install-size="0"
version="0.0.0"/>
<plugin
id="javax.servlet"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>

View file

@ -13,3 +13,5 @@ Require-Bundle: org.eclipse.jetty,
org.apache.commons.collections,
org.slf4j,
ch.qos.logback
Import-Package: javax.servlet,
javax.servlet.http