paths were compared by string prefixes instead of path prefixes Change-Id: I6dd55001f505dda65df21e54727f262e247a30ba Former-commit-id: 3cda9077130f30c21dbee5e8d16b59937a896cdd
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Localization Perspective Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.localization.perspective;singleton:=true
|
|
Bundle-Version: 1.14.0.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.localization.perspective.Activator
|
|
Bundle-Vendor: Raytheon
|
|
Require-Bundle: org.python.pydev,
|
|
org.python.pydev.core,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.swt,
|
|
org.eclipse.ui.editors,
|
|
org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
com.raytheon.viz.ui;bundle-version="1.11.30",
|
|
com.raytheon.uf.viz.core;bundle-version="1.11.30",
|
|
org.eclipse.core.resources,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.compare,
|
|
org.eclipse.ui.views,
|
|
org.eclipse.core.filesystem,
|
|
org.eclipse.wst.xml.ui;bundle-version="1.1.102",
|
|
com.raytheon.uf.common.colormap;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.localization;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
|
com.python.pydev.analysis;bundle-version="2.7.3"
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Export-Package: com.raytheon.uf.viz.localization.perspective.editor
|