source: branches/xtext-MDT/org.modelica.xtext.core.ui/META-INF/MANIFEST.MF

Last change on this file was 553, checked in by nasko, 15 years ago

Fixed some problem with the grammar file

File size: 869 bytes
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: org.modelica.xtext.core.ui
4Bundle-Vendor: My Company
5Bundle-Version: 1.0.0
6Bundle-SymbolicName: org.modelica.xtext.core.ui; singleton:=true
7Eclipse-RegisterBuddy: org.eclipse.xtext.log4j
8Bundle-ActivationPolicy: lazy
9Require-Bundle: org.modelica.xtext.core;visibility:=reexport,
10 org.eclipse.xtext.ui.core,
11 org.eclipse.xtext.ui.common,
12 org.eclipse.ui.editors;bundle-version="3.5.0",
13 org.eclipse.ui.ide;bundle-version="3.5.0",
14 org.eclipse.ui,
15 org.antlr.runtime,
16 org.modelica.emf;bundle-version="1.0.0",
17 org.apache.log4j;bundle-version="1.2.15"
18Bundle-RequiredExecutionEnvironment: J2SE-1.5
19Export-Package: org.modelica.xtext.contentassist.antlr,
20 org.modelica.xtext.contentassist
21Bundle-Activator: org.modelica.xtext.internal.ModelicaASTActivator
22Import-Package: org.apache.log4j
Note: See TracBrowser for help on using the repository browser.