source: trunk/org.modelica.mdt.debug.core/META-INF/MANIFEST.MF @ 1891

Last change on this file since 1891 was 1891, checked in by adrpo, 5 years ago
  • MDT 0.7.47 after Corba removal from Java, use Jacorb
File size: 1.2 KB
RevLine 
[481]1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: MDT Debug Core Plugin
4Bundle-SymbolicName: org.modelica.mdt.debug.core; singleton:=true
[1891]5Bundle-Version: 0.7.47
[972]6Bundle-Vendor: Adrian Pop [Adrian.Pop@liu.se] @ OSMC, Linkoping University
[481]7Bundle-Activator: org.modelica.mdt.debug.core.MDTDebugCorePlugin
[483]8Require-Bundle: org.eclipse.debug.core,
9 org.eclipse.core.resources,
[485]10 org.eclipse.core.runtime,
[791]11 org.eclipse.core.variables,
[940]12 org.eclipse.ui,
[485]13 org.modelica.mdt.core
[481]14Export-Package: org.modelica.mdt.debug.core,
15 org.modelica.mdt.debug.core.breakpoints,
16 org.modelica.mdt.debug.core.launcher,
17 org.modelica.mdt.debug.core.model,
[897]18 org.modelica.mdt.debug.core.sourcelookup,
19 org.modelica.mdt.debug.gdb.core,
20 org.modelica.mdt.debug.gdb.core.launcher,
21 org.modelica.mdt.debug.gdb.core.mi,
22 org.modelica.mdt.debug.gdb.core.mi.command,
23 org.modelica.mdt.debug.gdb.core.mi.event,
24 org.modelica.mdt.debug.gdb.core.mi.output,
25 org.modelica.mdt.debug.gdb.core.model,
[906]26 org.modelica.mdt.debug.gdb.core.model.stack,
27 org.modelica.mdt.debug.gdb.core.model.thread,
[897]28 org.modelica.mdt.debug.gdb.core.sourcelookup
[1167]29Bundle-ActivationPolicy: lazy
30Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Note: See TracBrowser for help on using the repository browser.