File: MANIFEST.MF

package info (click to toggle)
eclipse-emf 2.42.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 73,344 kB
  • sloc: java: 711,198; xml: 12,829; makefile: 5
file content (21 lines) | stat: -rwxr-xr-x 960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.rap.common.ui;singleton:=true
Bundle-Version: 2.15.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.emf.common.ui.CommonUIPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.emf.common.ui;version="2.15.0",
 org.eclipse.emf.common.ui.action;version="2.15.0",
 org.eclipse.emf.common.ui.celleditor;version="2.15.0",
 org.eclipse.emf.common.ui.dialogs;version="2.15.0",
 org.eclipse.emf.common.ui.editor;version="2.15.0",
 org.eclipse.emf.common.ui.viewer;version="2.15.0"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.9.0,4.0.0)",
 org.eclipse.rap.ui;bundle-version="[1.3.0,5.0.0)",
 org.eclipse.emf.common;bundle-version="[2.42.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.emf.rap.common.ui