Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-01-13 13:32:17 +0000
committerThomas Watson2011-01-13 13:32:17 +0000
commit2b0e00716164ed85ddf2500380db24c5354f0207 (patch)
treeacca02815be33548807b4fe29a67b0b2ca799229 /bundles/org.eclipse.equinox.security/META-INF
parenta06ba04900a8b24a691a7917dc2333ef8e1656fa (diff)
downloadrt.equinox.bundles-2b0e00716164ed85ddf2500380db24c5354f0207.tar.gz
rt.equinox.bundles-2b0e00716164ed85ddf2500380db24c5354f0207.tar.xz
rt.equinox.bundles-2b0e00716164ed85ddf2500380db24c5354f0207.zip
Bug 333997 - Unsupported Tag Problem: Tag '@noextend' is unsupported on a final class
Diffstat (limited to 'bundles/org.eclipse.equinox.security/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF
index e00573c02..dd542fb0c 100644
--- a/bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.security;singleton:=true
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.1.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Activator: org.eclipse.equinox.internal.security.auth.AuthPlugin

Back to the top