Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 44afd00c99544edb812ffa1d88bd2b84c4cc7481 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Acceleo Ecore Module Runtime Plug-in
Bundle-SymbolicName: org.eclipse.emf.eef.codegen.ecore;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.emf.eef.codegen.ecore.EMFCodegenPlugin
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
 org.eclipse.emf.codegen;bundle-version="2.4.0",
 org.eclipse.emf.codegen.ecore;bundle-version="2.4.0",
 org.eclipse.emf.ecore;bundle-version="2.4.0",
 org.eclipse.emf.ecore.xmi;bundle-version="2.4.0",
 org.eclipse.ocl;bundle-version="1.2.0",
 org.eclipse.ocl.ecore;bundle-version="1.2.0",
 org.eclipse.acceleo.model;bundle-version="3.1.0",
 org.eclipse.acceleo.engine;bundle-version="3.1.0",
 org.eclipse.core.resources;bundle-version="3.4.0",
 org.eclipse.ui;bundle-version="3.4.0",
 org.eclipse.ui.ide;bundle-version="3.4.0",
 org.eclipse.acceleo.parser;bundle-version="3.1.0";resolution:=optional,
 org.eclipse.emf.eef.codegen.launcher;bundle-version="1.1.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Export-Package: org.eclipse.emf.eef.codegen.ecore.main,
 org.eclipse.emf.eef.codegen.ecore.services,
 org.eclipse.emf.eef.codegen.ecore.services.wrappers

Back to the top