Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9d5d3be4835c8833fd5d1588c1fcd9e3443168b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.linuxtools.changelog.tests
Bundle-Version: 2.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: 
 org.eclipse.jdt.core,
 org.eclipse.jdt.ui,
 org.junit;bundle-version="4.8.1"
Fragment-Host: org.eclipse.linuxtools.changelog.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.cdt.core,
 org.eclipse.cdt.core.model,
 org.eclipse.jdt.core,
 org.eclipse.linuxtools.changelog.core,
 org.eclipse.ui.ide,
 org.eclipse.ui.texteditor

Back to the top