Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 64c3d3f05f044d599da20586cc6198e48d6fbeec (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.etrice.core.etmap
Bundle-Vendor: Eclipse eTrice (Incubation)
Bundle-Version: 0.3.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.core.etmap; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.3.0",
 org.eclipse.etrice.core.etphys;bundle-version="0.3.0",
 org.eclipse.etrice.core.genmodel;bundle-version="0.3.0",
 org.eclipse.xtext;visibility:=reexport,
 org.eclipse.xtext.xbase;resolution:=optional;visibility:=reexport,
 org.eclipse.xtext.generator;resolution:=optional,
 org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional,
 org.eclipse.emf.codegen.ecore;resolution:=optional,
 org.eclipse.emf.mwe.utils;resolution:=optional,
 org.eclipse.emf.mwe2.launch;resolution:=optional,
 org.eclipse.xtext.util,
 org.eclipse.emf.ecore,
 org.eclipse.emf.common,
 org.antlr.runtime
Import-Package: org.apache.log4j,
 org.eclipse.xtext.xbase.lib
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.core.etmap,
 org.eclipse.etrice.core.etmap.eTMap,
 org.eclipse.etrice.core.etmap.eTMap.impl,
 org.eclipse.etrice.core.etmap.eTMap.util,
 org.eclipse.etrice.core.etmap.formatting,
 org.eclipse.etrice.core.etmap.generator,
 org.eclipse.etrice.core.etmap.parser.antlr,
 org.eclipse.etrice.core.etmap.parser.antlr.internal,
 org.eclipse.etrice.core.etmap.scoping,
 org.eclipse.etrice.core.etmap.serializer,
 org.eclipse.etrice.core.etmap.services,
 org.eclipse.etrice.core.etmap.util,
 org.eclipse.etrice.core.etmap.validation

Back to the top