Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b8422dead0c38248d1b5598d13d8427dcd814c0a (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.editor;singleton:=true
Bundle-Version: 1.3.1.qualifier
Bundle-Activator: org.eclipse.m2e.editor.MavenEditorPlugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.search,
 org.eclipse.ui.ide,
 org.eclipse.ui.forms,
 org.eclipse.jface.text,
 org.eclipse.wst.sse.core,
 org.eclipse.wst.sse.ui,
 org.eclipse.wst.xml.core,
 org.eclipse.ui.workbench,
 org.eclipse.m2e.core;bundle-version="[1.3.0,1.4.0)",
 org.eclipse.m2e.maven.runtime;bundle-version="[1.3.0,1.4.0)",
 org.eclipse.m2e.editor.xml;bundle-version="[1.3.0,1.4.0)",
 org.eclipse.m2e.core.ui;bundle-version="[1.3.0,1.4.0)",
 org.slf4j.api;bundle-version="1.6.2",
 org.eclipse.wst.common.emf,
 org.eclipse.swt,
 org.eclipse.jface,
 org.eclipse.emf.common,
 org.eclipse.emf.ecore
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
 JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
Bundle-ClassPath: .
Export-Package: org.eclipse.m2e.editor;x-internal:=true,
 org.eclipse.m2e.editor.composites;x-internal:=true,
 org.eclipse.m2e.editor.dialogs;x-internal:=true,
 org.eclipse.m2e.editor.pom;x-internal:=true

Back to the top