Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 19c23411bcaad9281a9d98387c6202e989c0fdd7 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECore GenModel Test
Bundle-SymbolicName: org.eclipse.emf.ecp.ecore.editor.ui;singleton:=true
Bundle-Version: 1.22.0.qualifier
Bundle-Vendor: Eclipse Modeling Project
Export-Package: org.eclipse.emf.ecp.ecore.editor.ui;version="1.2.0";x-internal:=true,
 org.eclipse.emf.ecp.ecore.editor.ui.operations;version="1.2.0";x-internal:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
 org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.emf.converter;bundle-version="[2.6.0,3.0.0)",
 org.eclipse.emf.codegen.ecore.ui;bundle-version="[2.9.0,3.0.0)",
 org.eclipse.emf.importer;bundle-version="[2.8.0,3.0.0)",
 org.eclipse.emf.edit.ui;bundle-version="[2.9.0,3.0.0)",
 org.eclipse.jface.text;bundle-version="[3.8.101,4.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.8.0,3.0.0)",
 org.eclipse.emf.ecp.ecore.editor;bundle-version="[1.22.0,1.23.0)",
 org.eclipse.swt;bundle-version="[3.102.1,4.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.emf.ecp.ecore.editor.ui
Import-Package: org.eclipse.emf.ecore.presentation;version="0.0.0",
 org.eclipse.emf.ecore.xmi;version="0.0.0"
Bundle-ActivationPolicy: lazy

Back to the top