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

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

Some changes in the ModelicaAST.xtext and the MANIFEST.MF files to fit the newer version. Still problem at with parsing at runtime

File size: 835 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
Note: See TracBrowser for help on using the repository browser.