Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a0fef187c459647dc891823e22588ade6c90ca7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice C++ Generator
Bundle-Vendor: Eclipse eTrice
Bundle-Version: 1.1.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.generator.cpp;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.etrice.core.genmodel;bundle-version="1.1.0",
 org.eclipse.etrice.core.etphys;bundle-version="1.1.0",
 org.eclipse.etrice.core.etmap;bundle-version="1.1.0",
 org.eclipse.etrice.generator.fsm;bundle-version="1.1.0",
 org.eclipse.etrice.generator;bundle-version="1.1.0",
 org.eclipse.etrice.generator.config;bundle-version="1.1.0",
 org.eclipse.etrice.generator.doc;bundle-version="1.1.0",
 org.eclipse.core.resources;bundle-version="3.6.0",
 org.eclipse.core.runtime;bundle-version="3.6.0",
 org.eclipse.xtend.lib;bundle-version="2.6.0",
 org.eclipse.xtext.generator;bundle-version="2.6.0",
 org.eclipse.xtext.util;bundle-version="2.6.0"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.generator.cpp,
 org.eclipse.etrice.generator.cpp.gen,
 org.eclipse.etrice.generator.cpp.setup

Back to the top