Skip to main content
summaryrefslogtreecommitdiffstats
blob: eb38ffdc90e1157dc82e35c96453d8541c1e577b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn XML Connector UI
Bundle-SymbolicName: org.eclipse.mylyn.xml1.ui;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.mylyn.internal.examples.xml.ui.XmlUiPlugin
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.jface,
 org.eclipse.mylyn.tasks.core;bundle-version="[3.1.0,4.0.0)",
 org.eclipse.mylyn.tasks.ui;bundle-version="[3.1.0,4.0.0)",
 org.eclipse.mylyn.xml1.core;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.mylyn.internal.examples.xml.ui;x-internal:=true

Back to the top