Skip to main content
summaryrefslogtreecommitdiffstats
blob: 38057ac5c7ac2b7d8b35b24e552ca1ea36621414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.jst.common.annotations.core;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Export-Package: org.eclipse.jst.common.internal.annotations.core;x-internal:=true
Require-Bundle:  org.eclipse.emf.ecore;bundle-version="[2.2.0,2.3.0)",
 org.eclipse.wst.common.emf;bundle-version="[1.1.0,1.2.0)",
 org.eclipse.core.runtime;bundle-version="[3.2.0,3.3.0)",
 org.eclipse.jem.util;bundle-version="[1.2.0,1.3.0)",
 org.eclipse.jdt.core;bundle-version="[3.2.0,3.3.0)"

Back to the top