You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
655 B
20 lines
655 B
6 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: Generator
|
||
|
Bundle-SymbolicName: com.irtsaintexupery.fiacre.simulator.msc.generator;singleton:=true
|
||
|
Bundle-Version: 1.0.0.qualifier
|
||
|
Bundle-Activator: com.irtsaintexupery.fiacre.simulator.msc.generator.Activator
|
||
|
Bundle-Vendor: IRTSAINTEXUPERY
|
||
|
Require-Bundle: org.eclipse.ui,
|
||
|
org.eclipse.core.runtime,
|
||
|
org.eclipse.core.resources,
|
||
|
org.eclipse.emf.ecore,
|
||
|
com.irtsaintexupey.fiacre.simulator.msc,
|
||
|
com.google.guava,
|
||
|
org.eclipse.xtext.xbase.lib,
|
||
|
org.eclipse.xtend.lib,
|
||
|
org.eclipse.xtend.lib.macro
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||
|
Bundle-ActivationPolicy: lazy
|
||
|
|