root / tmp / org.txm.practically.rcp / META-INF / MANIFEST.MF @ 486
History | View | Annotate | Download (675 Bytes)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Bundle-ManifestVersion: 2 |
3 |
Bundle-Name: PracticallyMacro Plug-in |
4 |
Bundle-SymbolicName: PracticallyMacro;singleton:=true |
5 |
Bundle-Version: 0.4.5 |
6 |
Bundle-Activator: practicallymacro.editormacros.Activator |
7 |
Require-Bundle: org.eclipse.ui, |
8 |
org.eclipse.core.runtime, |
9 |
org.eclipse.jface.text, |
10 |
org.eclipse.ui.workbench.texteditor, |
11 |
org.eclipse.ui.editors, |
12 |
org.eclipse.ui.console, |
13 |
org.eclipse.core.expressions, |
14 |
org.eclipse.e4.ui.model.workbench;resolution:=optional, |
15 |
org.eclipse.e4.core.contexts;resolution:=optional |
16 |
Bundle-ActivationPolicy: lazy |
17 |
Export-Package: practicallymacro.commands, |
18 |
practicallymacro.util |
19 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
20 |
|
21 |
|