mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
15 lines
416 B
Text
15 lines
416 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: org.eclipse.xtext
|
|
Bundle-SymbolicName: org.eclipse.xtext
|
|
Bundle-Version: 0.0.1
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.xtext
|
|
Require-Bundle: org.eclipse.xtext,
|
|
org.eclipse.xtext.util,
|
|
org.eclipse.emf.ecore,
|
|
org.eclipse.emf.common,
|
|
org.eclipse.xtend,
|
|
org.eclipse.xtend.typesystem.emf
|
|
|