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

Last change on this file since 1890 was 1890, checked in by adrpo, 8 years ago
  • mdt 0.7.46
  • do not display the error if is empty
File size: 1.2 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: MDT Debug Core Plugin
4Bundle-SymbolicName: org.modelica.mdt.debug.core; singleton:=true
5Bundle-Version: 0.7.46
6Bundle-Vendor: Adrian Pop [Adrian.Pop@liu.se] @ OSMC, Linkoping University
7Bundle-Activator: org.modelica.mdt.debug.core.MDTDebugCorePlugin
8Require-Bundle: org.eclipse.debug.core,
9 org.eclipse.core.resources,
10 org.eclipse.core.runtime,
11 org.eclipse.core.variables,
12 org.eclipse.ui,
13 org.modelica.mdt.core
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,
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,
26 org.modelica.mdt.debug.gdb.core.model.stack,
27 org.modelica.mdt.debug.gdb.core.model.thread,
28 org.modelica.mdt.debug.gdb.core.sourcelookup
29Bundle-ActivationPolicy: lazy
30Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Note: See TracBrowser for help on using the repository browser.