source: trunk/org.modelica.mdt.ui/META-INF/MANIFEST.MF @ 1264

Last change on this file since 1264 was 1264, checked in by adrpo, 13 years ago
  • mdt 0.7.22 with the latest updates.
File size: 1.6 KB
RevLine 
[1058]1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Modelica Development Tooling UI
4Bundle-SymbolicName: org.modelica.mdt.ui; singleton:=true
[1264]5Bundle-Version: 0.7.22
[1058]6Bundle-Activator: org.modelica.mdt.ui.UIPlugin
7Require-Bundle: org.modelica.mdt.core,
8 org.eclipse.ui,
9 org.eclipse.core.runtime,
10 org.eclipse.core.resources,
11 org.eclipse.jface.text,
12 org.eclipse.ui.editors,
13 org.eclipse.ui.ide,
14 org.eclipse.ui.workbench.texteditor,
15 org.eclipse.debug.core,
16 org.eclipse.ui.console,
17 org.eclipse.debug.ui,
18 org.eclipse.ui.navigator,
19 org.eclipse.ui.views,
20 org.eclipse.core.variables;bundle-version="3.2.100",
21 org.eclipse.core.expressions;bundle-version="3.4.0",
22 org.eclipse.ltk.core.refactoring,
23 org.modelica.mdt.breakpoint
[1178]24Bundle-ActivationPolicy: lazy
[1058]25Bundle-Vendor: Adrian Pop [Adrian.Pop@liu.se] @ OSMC, Linkoping University
26Export-Package: org.modelica.mdt.ui;x-friends:="org.modelica.mdt.test,org.modelica.mdt.ui,org.modelica.mdt.debug.ui",
27 org.modelica.mdt.ui.actions,
28 org.modelica.mdt.ui.assist,
29 org.modelica.mdt.ui.console,
30 org.modelica.mdt.ui.constants,
31 org.modelica.mdt.ui.editor;x-friends:="org.modelica.mdt.test,org.modelica.mdt.debug.ui",
32 org.modelica.mdt.ui.filters,
33 org.modelica.mdt.ui.hover,
34 org.modelica.mdt.ui.preferences,
35 org.modelica.mdt.ui.text,
36 org.modelica.mdt.ui.util,
37 org.modelica.mdt.ui.view,
38 org.modelica.mdt.ui.wizards;x-friends:="org.modelica.mdt.test"
39Import-Package: org.eclipse.ltk.core.refactoring.participants,
40 org.eclipse.ltk.ui.refactoring
[1178]41Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Note: See TracBrowser for help on using the repository browser.