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

Last change on this file since 1260 was 1260, checked in by adrpo, 13 years ago
  • mdt 0.7.21 [ wrong feature in site.xml for mdt 0.7.20 :) ]
File size: 987 bytes
RevLine 
[481]1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: MDT Debug UI Plugin
4Bundle-SymbolicName: org.modelica.mdt.debug.ui; singleton:=true
[1260]5Bundle-Version: 0.7.21
[972]6Bundle-Vendor: Adrian Pop [Adrian.Pop@liu.se] @ OSMC, Linkoping University
[481]7Bundle-Activator: org.modelica.mdt.debug.ui.MDTDebugUIPlugin
[486]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,
[791]20 org.modelica.mdt.core,
21 org.modelica.mdt.breakpoint
[483]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
[1169]28Bundle-ActivationPolicy: lazy
29Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Note: See TracBrowser for help on using the repository browser.