Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f6433a99883abab2a36bbed329c7cca4772dd793 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.github.ui.internal.GitHubUi
Bundle-Version: 0.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
 org.eclipse.ui;bundle-version="3.5.0",
 org.eclipse.ui.forms;bundle-version="3.4.0",
 org.eclipse.mylyn.tasks.ui;bundle-version="3.2.0",
 org.eclipse.mylyn.github.core;bundle-version="0.1.0",
 org.eclipse.jface.text;bundle-version="3.5.0",
 org.eclipse.mylyn.commons.net;bundle-version="3.2.0",
 org.eclipse.mylyn.tasks.core,
 org.eclipse.ui.ide;bundle-version="3.5.0",
 org.eclipse.mylyn.commons.ui;bundle-version="3.4.0",
 org.eclipse.core.resources;bundle-version="3.5.0",
 org.eclipse.egit.core;bundle-version="0.12.0",
 org.eclipse.jgit;bundle-version="0.12.0",
 org.eclipse.egit.ui;bundle-version="0.12.0",
 org.eclipse.core.expressions;bundle-version="3.4.0",
 org.eclipse.egit.github.core;bundle-version="0.1.0"
Export-Package: org.eclipse.mylyn.github.ui.internal;x-internal:=true
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.egit.ui.internal;version="0.12.0"

Back to the top