67 lines
3.1 KiB
Text
67 lines
3.1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Registry
|
|
Bundle-SymbolicName: com.raytheon.uf.edex.registry.ebxml
|
|
Bundle-Version: 1.16.0.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: com.raytheon.uf.common.registry.schemas.ebxml;bundle-version="1.0.0",
|
|
org.apache.commons.beanutils;bundle-version="1.8.3",
|
|
org.apache.xml.security,
|
|
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.6.14",
|
|
com.google.guava;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.registry.ebxml,
|
|
com.raytheon.uf.common.stats;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.registry.event;bundle-version="1.0.0",
|
|
org.apache.commons.lang3;bundle-version="3.4.0",
|
|
com.raytheon.uf.edex.database;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
|
|
javax.mail;bundle-version="1.0.0",
|
|
org.apache.commons.validator;bundle-version="1.2.0",
|
|
com.sun.xml.bind;bundle-version="1.0.0",
|
|
org.eclipse.jetty;bundle-version="9.0.7",
|
|
com.raytheon.uf.edex.security;bundle-version="1.14.0",
|
|
org.opensaml;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.security;bundle-version="1.14.0",
|
|
org.joda.time;bundle-version="1.6.2",
|
|
org.reflections;bundle-version="0.9.9",
|
|
org.apache.commons.codec;bundle-version="1.10.0",
|
|
org.apache.commons.io;bundle-version="2.4.0",
|
|
org.slf4j
|
|
Export-Package: com.raytheon.uf.edex.registry.ebxml,
|
|
com.raytheon.uf.edex.registry.ebxml.acp,
|
|
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,
|
|
com.raytheon.uf.edex.registry.ebxml.services.lifecycle,
|
|
com.raytheon.uf.edex.registry.ebxml.services.notification,
|
|
com.raytheon.uf.edex.registry.ebxml.services.query,
|
|
com.raytheon.uf.edex.registry.ebxml.services.query.plugins,
|
|
com.raytheon.uf.edex.registry.ebxml.services.soap,
|
|
com.raytheon.uf.edex.registry.ebxml.services.validator,
|
|
com.raytheon.uf.edex.registry.ebxml.services.validator.types,
|
|
com.raytheon.uf.edex.registry.ebxml.util,
|
|
com.raytheon.uf.edex.registry.ebxml.util.xpath,
|
|
com.raytheon.uf.edex.registry.ebxml.web,
|
|
com.raytheon.uf.edex.registry.ebxml.web.security,
|
|
com.raytheon.uf.edex.registry.events,
|
|
com.raytheon.uf.edex.registry.synchronization
|
|
Import-Package: javax.servlet,
|
|
javax.servlet.http
|