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

Back to the top