source: trunk/org.modelica.mdt.debug.ui/META-INF/MANIFEST.MF @ 1257

Last change on this file since 1257 was 1257, checked in by adrpo, 13 years ago
  • mdt 0.7.20
File size: 987 bytes
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: MDT Debug UI Plugin
4Bundle-SymbolicName: org.modelica.mdt.debug.ui; singleton:=true
5Bundle-Version: 0.7.20
6Bundle-Vendor: Adrian Pop [Adrian.Pop@liu.se] @ OSMC, Linkoping University
7Bundle-Activator: org.modelica.mdt.debug.ui.MDTDebugUIPlugin
8Require-Bundle: org.eclipse.core.resources,
9 org.eclipse.debug.core,
10 org.eclipse.debug.ui,
11 org.eclipse.ui,
12 org.eclipse.ui.views,
13 org.eclipse.ui.ide,
14 org.eclipse.ui.workbench.texteditor,
15 org.eclipse.jface.text,
16 org.eclipse.core.runtime,
17 org.modelica.mdt.debug.core,
18 org.modelica.mdt.ui,
19 org.eclipse.ui.editors,
20 org.modelica.mdt.core,
21 org.modelica.mdt.breakpoint
22Export-Package: org.modelica.mdt.debug.ui,
23 org.modelica.mdt.debug.ui.breakpoints,
24 org.modelica.mdt.debug.ui.launcher,
25 org.modelica.mdt.debug.ui.presentation,
26 org.modelica.mdt.debug.ui.shortcuts,
27 org.modelica.mdt.debug.ui.views
28Bundle-ActivationPolicy: lazy
29Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Note: See TracBrowser for help on using the repository browser.