Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/test_files/containerTests/sub.j.MF')
-rw-r--r--bundles/org.eclipse.osgi.tests/test_files/containerTests/sub.j.MF7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/test_files/containerTests/sub.j.MF b/bundles/org.eclipse.osgi.tests/test_files/containerTests/sub.j.MF
new file mode 100644
index 000000000..2265b9496
--- /dev/null
+++ b/bundles/org.eclipse.osgi.tests/test_files/containerTests/sub.j.MF
@@ -0,0 +1,7 @@
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: sub.j
+Bundle-Version: 1.0.0
+Export-Package:
+ a; version="1.2"; uses:="b",
+ b; version="1.0"
+

Back to the top