Peer review comments Change-Id: Iffbedf518b2867533592b90bc993bce8f3df91fc Former-commit-id: 5b393ffd7873116f665917286d127db4a76d9fb3
50 lines
2.7 KiB
Text
50 lines
2.7 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: DataDelivery Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.datadelivery;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.datadelivery.Activator
|
|
Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui
|
|
Bundle-Vendor: Raytheon
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
com.raytheon.viz.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.core,
|
|
com.raytheon.uf.viz.localization,
|
|
com.raytheon.uf.viz.core.maps;bundle-version="1.12.1174",
|
|
org.geotools;bundle-version="2.6.4",
|
|
com.raytheon.uf.common.time,
|
|
com.raytheon.uf.common.datadelivery.registry;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.registry.schemas.ebxml;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.11.9",
|
|
com.raytheon.uf.common.datadelivery.request;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.auth;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.datadelivery.event;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.serialization.comm,
|
|
org.apache.commons.lang;bundle-version="2.3.0",
|
|
com.google.guava;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.registry.ebxml;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.gridcoverage;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.datadelivery.bandwidth;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.datadelivery.retrieval;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.datadelivery.service;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.units;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.site;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.event;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.plugin.nwsauth;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.productbrowser;bundle-version="1.12.1174",
|
|
com.raytheon.viz.pointdata;bundle-version="1.12.1174",
|
|
com.raytheon.viz.alerts;bundle-version="1.12.1174",
|
|
com.raytheon.viz.grid;bundle-version="1.12.1174"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.uf.viz.datadelivery;uses:="org.eclipse.ui.plugin,org.osgi.framework",
|
|
com.raytheon.uf.viz.datadelivery.actions;uses:="org.eclipse.core.commands",
|
|
com.raytheon.uf.viz.datadelivery.comm,
|
|
com.raytheon.uf.viz.datadelivery.subscription;uses:="com.raytheon.uf.viz.datadelivery.test.subscription.xml,com.raytheon.viz.ui.dialogs,org.eclipse.swt.widgets",
|
|
com.raytheon.uf.viz.datadelivery.subscription.subset,
|
|
com.raytheon.uf.viz.datadelivery.subscription.xml;uses:="com.raytheon.uf.common.serialization"
|
|
Import-Package: com.raytheon.uf.common.comm,
|
|
com.raytheon.uf.common.message
|
|
Eclipse-BuddyPolicy: ext, registered, global
|