Change-Id: I17d4d7536e86d022726fa5cee389dad67fca9ee8 Former-commit-id: b594cd797b675120634454ffffccbb785fd917ae
23 lines
1 KiB
Text
23 lines
1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Archive
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.archive;singleton:=true
|
|
Bundle-Version: 1.14.0.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: org.eclipse.ui;bundle-version="3.8.2",
|
|
org.eclipse.core.runtime,
|
|
org.apache.commons.lang;bundle-version="2.3.0",
|
|
org.apache.commons.io;bundle-version="2.4.0",
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.localization;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.archive;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.time;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.units;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.auth;bundle-version="1.12.1174"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Bundle-ActivationPolicy: lazy
|
|
Import-Package: org.apache.commons.compress.archivers,
|
|
org.apache.commons.compress.archivers.tar
|