source: trunk/org.modelica.mdt.breakpoint/META-INF/MANIFEST.MF @ 1867

Last change on this file since 1867 was 1867, checked in by adrpo, 10 years ago
  • mdt 0.7.35 + fix the parsing issue for getClassInformation
File size: 740 bytes
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Breakpoint
4Bundle-SymbolicName: org.modelica.mdt.breakpoint; singleton:=true
5Bundle-Version: 0.7.35
6Bundle-Vendor: Adeel Asghar [adeel.asghar@liu.se] @ PELAB, Linkoping University
7Bundle-Activator: org.modelica.mdt.breakpoint.Activator
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.eclipse.ui.editors,
19 org.modelica.mdt.core
20Bundle-ActivationPolicy: lazy
21Export-Package: org.modelica.mdt.breakpoint
22Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Note: See TracBrowser for help on using the repository browser.