Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bc99abda8ae5741d4635fd82e10e41ec287214f9 (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.etphys
Bundle-Vendor: Eclipse eTrice (Incubation)
Bundle-Version: 0.5.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.core.etphys; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.5.0",
 org.eclipse.xtext;bundle-version="2.6.0";visibility:=reexport,
 org.eclipse.xtext.generator;bundle-version="2.6.0";resolution:=optional,
 org.antlr.runtime,
 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;bundle-version="2.6.0",
 org.eclipse.emf.ecore,
 org.eclipse.emf.common,
 org.eclipse.etrice.core.common;bundle-version="0.5.0",
 org.eclipse.xtext.xbase.lib
Import-Package: org.apache.log4j,
 org.eclipse.xtext.xbase.lib
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.core.etphys,
 org.eclipse.etrice.core.etphys.converters,
 org.eclipse.etrice.core.etphys.eTPhys,
 org.eclipse.etrice.core.etphys.eTPhys.impl,
 org.eclipse.etrice.core.etphys.eTPhys.util,
 org.eclipse.etrice.core.etphys.formatting,
 org.eclipse.etrice.core.etphys.generator,
 org.eclipse.etrice.core.etphys.parser.antlr,
 org.eclipse.etrice.core.etphys.parser.antlr.internal,
 org.eclipse.etrice.core.etphys.scoping,
 org.eclipse.etrice.core.etphys.serializer,
 org.eclipse.etrice.core.etphys.services,
 org.eclipse.etrice.core.etphys.util,
 org.eclipse.etrice.core.etphys.validation

Back to the top