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

Last change on this file since 483 was 483, checked in by adrpo, 18 years ago

moving towards 0.7.0

  • a lot of changes
  • debugging support
  • better hovering
  • bug fixes
  • many more other stuff
File size: 694 bytes
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.6.9
6Bundle-Localization: plugin
7Bundle-Vendor: Adrian Pop [adrpo@ida.liu.se] @ PELAB, Linkoping University
8Bundle-Activator: org.modelica.mdt.debug.core.MDTDebugCorePlugin
9Require-Bundle: org.eclipse.debug.core,
10 org.eclipse.core.resources,
11 org.eclipse.core.runtime
12Export-Package: org.modelica.mdt.debug.core,
13 org.modelica.mdt.debug.core.breakpoints,
14 org.modelica.mdt.debug.core.launcher,
15 org.modelica.mdt.debug.core.model,
16 org.modelica.mdt.debug.core.sourcelookup,
17 org.modelica.mdt.debug.server
18Eclipse-LazyStart: true
Note: See TracBrowser for help on using the repository browser.