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

Last change on this file since 250 was 248, checked in by boris, 19 years ago
  • moved all (hopefully) GUI specific code to a separate plugin org.modelica.mdt.ui
File size: 700 bytes
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Modelica Development Tooling
4Bundle-SymbolicName: org.modelica.mdt; singleton:=true
5Bundle-Version: 0.0.0.svn-head
6Bundle-Localization: plugin
7Bundle-Vendor: PELAB
8Require-Bundle: org.eclipse.ui,
9 org.eclipse.core.resources,
10 org.eclipse.core.runtime,
11 org.eclipse.jface.text
12Bundle-ClassPath: bin/
13Export-Package: org.modelica.mdt,
14 org.modelica.mdt.compiler,
15 org.modelica.mdt.core,
16 org.modelica.mdt.editor,
17 org.modelica.mdt.internal.compiler;x-friends:="org.modelica.mdt.test",
18 org.modelica.mdt.internal.core,
19 org.modelica.mdt.ui,
20 org.modelica.mdt.ui.wizards
21Bundle-Activator: org.modelica.mdt.MdtPlugin
22Eclipse-AutoStart: true
Note: See TracBrowser for help on using the repository browser.