Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4e8aaa9366faa4b18d9bd245e46d4ddcc52e02c3 (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.0.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.0.1",
 org.eclipse.etrice.generator.fsm;bundle-version="1.0.1",
 org.eclipse.etrice.core.room;bundle-version="1.0.1",
 org.eclipse.etrice.core.genmodel;bundle-version="1.0.1",
 org.eclipse.etrice.core.etphys;bundle-version="1.0.1",
 org.eclipse.etrice.generator.config;bundle-version="1.0.1",
 org.eclipse.etrice.generator.java;bundle-version="1.0.1",
 org.eclipse.etrice.core.config;bundle-version="1.0.1",
 org.eclipse.etrice.core.etmap;bundle-version="1.0.1",
 org.eclipse.core.runtime;bundle-version="3.10.0",
 org.eclipse.etrice.generator.doc;bundle-version="1.0.1",
 org.eclipse.etrice.abstractexec.behavior;bundle-version="1.0.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy

Back to the top