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

Last change on this file since 986 was 986, checked in by adrpo, 13 years ago
  • mdt 0.7.17
File size: 961 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.17
6Bundle-Localization: plugin
7Bundle-Vendor: Adrian Pop [Adrian.Pop@liu.se] @ OSMC, Linkoping University
8Bundle-Activator: org.modelica.mdt.debug.ui.MDTDebugUIPlugin
9Require-Bundle: org.eclipse.core.resources,
10 org.eclipse.debug.core,
11 org.eclipse.debug.ui,
12 org.eclipse.ui,
13 org.eclipse.ui.views,
14 org.eclipse.ui.ide,
15 org.eclipse.ui.workbench.texteditor,
16 org.eclipse.jface.text,
17 org.eclipse.core.runtime,
18 org.modelica.mdt.debug.core,
19 org.modelica.mdt.ui,
20 org.eclipse.ui.editors,
21 org.modelica.mdt.core,
22 org.modelica.mdt.breakpoint
23Export-Package: org.modelica.mdt.debug.ui,
24 org.modelica.mdt.debug.ui.breakpoints,
25 org.modelica.mdt.debug.ui.launcher,
26 org.modelica.mdt.debug.ui.presentation,
27 org.modelica.mdt.debug.ui.shortcuts,
28 org.modelica.mdt.debug.ui.views
29Eclipse-LazyStart: true
Note: See TracBrowser for help on using the repository browser.