Skip to main content
summaryrefslogtreecommitdiffstats
blob: fb3305de833900b8eb2e5a8fdf4100334350c618 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: c3.osgi
Bundle-Version: 1.0
Require-Capability: 
 namespace.1;
  filter:="(&(rank>=100)(!(rank>=400))
          (percent>=0.1)(!(percent>=0.4))
          (test.version>=1.0)(!(test.version>=4.0)))";
  cardinality:="multiple"

Back to the top