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

Last change on this file since 155 was 118, checked in by remar, 19 years ago
  • moved org.modelica.mdt.internal.corba to org.modelica.mdt.internal.omcproxy
  • made OMCProxy into a nicer interface to OMC
  • added lotsa try/catch around places to allow running. Should be dialogs/error log instead
File size: 760 bytes
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Modelica Development Tooling
4Bundle-SymbolicName: org.modelica.mdt; singleton:=true
5Bundle-Version: 0.3.0
6Bundle-Localization: plugin
7Bundle-Vendor: PELAB
8Require-Bundle: org.eclipse.ui,
9 org.eclipse.core.resources,
10 org.eclipse.core.runtime,
11 org.eclipse.ui.ide,
12 org.eclipse.ui.editors,
13 org.eclipse.ui.workbench.texteditor,
14 org.eclipse.jface.text,
15 org.eclipse.ui.console
16Bundle-ClassPath: mdt.jar,
17 bin/,
18 src/
19Export-Package: org.modelica.mdt,
20 org.modelica.mdt.core,
21 org.modelica.mdt.editor,
22 org.modelica.mdt.internal.core,
23 org.modelica.mdt.internal.omcproxy,
24 org.modelica.mdt.ui,
25 org.modelica.mdt.ui.wizards
26Bundle-Activator: org.modelica.mdt.MdtPlugin
27Eclipse-AutoStart: true
Note: See TracBrowser for help on using the repository browser.