Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2008-03-18 20:11:31 +0000
committerOleg Besedin2008-03-18 20:11:31 +0000
commit5f19dbe7bd20ff59cce9ecc5cb81353f2556af05 (patch)
treedae674b938f2d0b8914cebadc56e28e2cea9d67b /bundles/org.eclipse.equinox.security.tests
parentdef9afc93cf3697330dce87c6282fad4027abef0 (diff)
downloadrt.equinox.bundles-5f19dbe7bd20ff59cce9ecc5cb81353f2556af05.tar.gz
rt.equinox.bundles-5f19dbe7bd20ff59cce9ecc5cb81353f2556af05.tar.xz
rt.equinox.bundles-5f19dbe7bd20ff59cce9ecc5cb81353f2556af05.zip
Bug 222891 Need to provide versions for all public API that is exported
Diffstat (limited to 'bundles/org.eclipse.equinox.security.tests')
-rw-r--r--bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF
index 05364a003..94d71bbdd 100644
--- a/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF
@@ -15,5 +15,5 @@ Require-Bundle: org.eclipse.core.tests.harness;bundle-version="3.4.0",
Eclipse-LazyStart: true
Export-Package: org.eclipse.equinox.internal.security.tests;x-internal:=true,
org.eclipse.equinox.internal.security.tests.storage;x-internal:=true,
- org.eclipse.equinox.security.tests
+ org.eclipse.equinox.security.tests;version="1.0.0"
Bundle-ActivationPolicy: lazy

Back to the top