2013-01-23 11:18:44 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Registry
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.edex.registry.ebxml
|
2014-06-17 08:42:29 -05:00
|
|
|
Bundle-Version: 1.14.0.qualifier
|
2013-01-23 11:18:44 -05:00
|
|
|
Bundle-Vendor: RAYTHEON
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
|
Require-Bundle: com.raytheon.uf.common.registry.schemas.ebxml;bundle-version="1.0.0",
|
|
|
|
org.apache.commons.beanutils;bundle-version="1.8.3",
|
|
|
|
org.springframework;bundle-version="2.5.6",
|
|
|
|
org.hibernate;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.edex.core;bundle-version="1.12.1174",
|
|
|
|
javax.persistence;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.localization;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
|
|
|
org.apache.commons.cxf;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.event;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.serialization.comm;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.edex.event;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.auth;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.edex.auth;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.time;bundle-version="1.12.1174",
|
|
|
|
org.apache.ws.security;bundle-version="1.0.0",
|
|
|
|
com.google.guava;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.registry.ebxml,
|
|
|
|
com.raytheon.uf.common.stats;bundle-version="1.0.0",
|
2013-03-18 11:49:17 -05:00
|
|
|
com.raytheon.uf.common.registry.event;bundle-version="1.0.0",
|
|
|
|
org.apache.commons.lang;bundle-version="2.3.0",
|
|
|
|
com.raytheon.uf.edex.database;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
|
2013-08-05 10:51:39 -05:00
|
|
|
javax.mail;bundle-version="1.0.0",
|
2013-08-12 10:45:24 -05:00
|
|
|
org.apache.commons.validator;bundle-version="1.2.0",
|
2014-06-06 14:34:51 -05:00
|
|
|
com.sun.xml.bind;bundle-version="1.0.0",
|
|
|
|
org.eclipse.jetty;bundle-version="7.6.14",
|
2014-06-17 13:51:28 -05:00
|
|
|
com.raytheon.uf.edex.security;bundle-version="1.14.0",
|
2014-07-10 13:58:05 -05:00
|
|
|
org.opensaml;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.security;bundle-version="1.14.0"
|
|
|
|
Export-Package: com.raytheon.uf.edex.registry.ebxml,
|
|
|
|
com.raytheon.uf.edex.registry.ebxml.acp,
|
2013-04-10 16:24:14 -05:00
|
|
|
com.raytheon.uf.edex.registry.ebxml.dao,
|
|
|
|
com.raytheon.uf.edex.registry.ebxml.exception,
|
|
|
|
com.raytheon.uf.edex.registry.ebxml.init,
|
|
|
|
com.raytheon.uf.edex.registry.ebxml.services,
|
|
|
|
com.raytheon.uf.edex.registry.ebxml.services.cataloger,
|
2013-03-18 11:49:17 -05:00
|
|
|
com.raytheon.uf.edex.registry.ebxml.services.lifecycle,
|
2013-04-10 16:24:14 -05:00
|
|
|
com.raytheon.uf.edex.registry.ebxml.services.notification,
|
|
|
|
com.raytheon.uf.edex.registry.ebxml.services.query,
|
2013-11-05 10:50:47 -06:00
|
|
|
com.raytheon.uf.edex.registry.ebxml.services.query.plugins,
|
2014-06-17 08:42:29 -05:00
|
|
|
com.raytheon.uf.edex.registry.ebxml.services.soap,
|
2013-04-10 16:24:14 -05:00
|
|
|
com.raytheon.uf.edex.registry.ebxml.services.validator,
|
|
|
|
com.raytheon.uf.edex.registry.ebxml.services.validator.types,
|
|
|
|
com.raytheon.uf.edex.registry.ebxml.util,
|
2013-08-12 10:45:24 -05:00
|
|
|
com.raytheon.uf.edex.registry.ebxml.util.xpath,
|
2013-12-03 09:55:59 -06:00
|
|
|
com.raytheon.uf.edex.registry.ebxml.web,
|
2014-06-06 14:34:51 -05:00
|
|
|
com.raytheon.uf.edex.registry.ebxml.web.security,
|
2013-12-03 09:55:59 -06:00
|
|
|
com.raytheon.uf.edex.registry.events
|
2014-05-22 10:21:43 -05:00
|
|
|
Import-Package: javax.servlet,
|
|
|
|
javax.servlet.http
|