Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 438c6c88222cecdb6ed5db5714e5756f2e5b30a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gnuplot generator
Bundle-SymbolicName: org.eclipse.etrice.generator.gnuplot
Bundle-Version: 1.1.1.qualifier
Export-Package: org.eclipse.etrice.generator.gnuplot
Require-Bundle: org.eclipse.xtext;bundle-version="2.6.0",
 org.eclipse.xtend.lib;bundle-version="2.6.0",
 org.eclipse.etrice.generator;bundle-version="1.1.1",
 org.eclipse.etrice.generator.fsm;bundle-version="1.1.1",
 org.eclipse.etrice.core.room;bundle-version="1.1.1",
 org.eclipse.etrice.core.genmodel;bundle-version="1.1.1",
 org.eclipse.etrice.core.etphys;bundle-version="1.1.1",
 org.eclipse.etrice.generator.config;bundle-version="1.1.1",
 org.eclipse.etrice.generator.java;bundle-version="1.1.1",
 org.eclipse.etrice.core.config;bundle-version="1.1.1",
 org.eclipse.etrice.core.etmap;bundle-version="1.1.1",
 org.eclipse.core.runtime;bundle-version="3.10.0",
 org.eclipse.etrice.generator.doc;bundle-version="1.1.1",
 org.eclipse.etrice.abstractexec.behavior;bundle-version="1.1.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy

Back to the top