Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a4d621e5a697b010355b13c0ca4008cb5fb5ca20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sar Plug-in
Bundle-SymbolicName: org.eclipse.equinox.p2.sar;singleton:=true
Bundle-Version: 0.1.0
Import-Package: org.osgi.framework;version="1.3.0"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.4
Export-Package: org.eclipse.equinox.internal.p2.sar;x-friends:="org.eclipse.equinox.p2.artifact.optimizers,org.eclipse.equinox.p2.artifact.processors"

Back to the top