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

Last change on this file since 253 was 253, checked in by boris, 19 years ago
  • the forgotten manifest
File size: 710 bytes
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Modelica Development Tooling UI
4Bundle-SymbolicName: org.modelica.mdt.ui; singleton:=true
5Bundle-Version: 0.0.0.svn-head
6Bundle-Activator: org.modelica.mdt.ui.Plugin
7Bundle-Localization: plugin
8Require-Bundle: org.modelica.mdt,
9 org.eclipse.ui,
10 org.eclipse.core.runtime,
11 org.eclipse.core.resources,
12 org.eclipse.jface.text,
13 org.eclipse.ui.editors,
14 org.eclipse.ui.ide,
15 org.eclipse.ui.workbench.texteditor,
16 org.eclipse.debug.core,
17 org.eclipse.ui.console
18Eclipse-AutoStart: true
19Bundle-Vendor: PELAB
20Export-Package: org.modelica.mdt.ui;x-friends:="org.modelica.mdt.test",
21 org.modelica.mdt.ui.wizards;x-friends:="org.modelica.mdt.test"
Note: See TracBrowser for help on using the repository browser.