Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/test_files/genericCapability/c5.osgi.MF')
-rw-r--r--bundles/org.eclipse.osgi.tests/test_files/genericCapability/c5.osgi.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/test_files/genericCapability/c5.osgi.MF b/bundles/org.eclipse.osgi.tests/test_files/genericCapability/c5.osgi.MF
new file mode 100644
index 000000000..fb3305de8
--- /dev/null
+++ b/bundles/org.eclipse.osgi.tests/test_files/genericCapability/c5.osgi.MF
@@ -0,0 +1,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