Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1d0755664dbf4dc7d3a519fb26859bd5c2cd7534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tips.core;singleton:=true
Bundle-Version: 0.1.200.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.tips.core,
 org.eclipse.tips.core.internal;x-internal:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0"
Automatic-Module-Name: org.eclipse.tips.core

Back to the top