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

Last change on this file since 511 was 485, checked in by adrpo, 17 years ago
  • mdt 0.7.0 changes
  • fixed some bugs
  • debugging
File size: 686 bytes
RevLine 
[481]1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: MDT Debug Core Plugin
4Bundle-SymbolicName: org.modelica.mdt.debug.core; singleton:=true
[485]5Bundle-Version: 0.7.0
[481]6Bundle-Localization: plugin
7Bundle-Vendor: Adrian Pop [adrpo@ida.liu.se] @ PELAB, Linkoping University
8Bundle-Activator: org.modelica.mdt.debug.core.MDTDebugCorePlugin
[483]9Require-Bundle: org.eclipse.debug.core,
10 org.eclipse.core.resources,
[485]11 org.eclipse.core.runtime,
12 org.modelica.mdt.core
[481]13Export-Package: org.modelica.mdt.debug.core,
14 org.modelica.mdt.debug.core.breakpoints,
15 org.modelica.mdt.debug.core.launcher,
16 org.modelica.mdt.debug.core.model,
[485]17 org.modelica.mdt.debug.core.sourcelookup
[483]18Eclipse-LazyStart: true
Note: See TracBrowser for help on using the repository browser.