Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Wellmann2021-08-29 19:15:15 +0000
committerAlexander Kurtakov2021-09-08 06:59:52 +0000
commit3605054fbf1427cf927581d82a7d818130afeb10 (patch)
tree67df26dd2afdd4f55e17ff7c2655662d432d7c78 /bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
parent1611eb739f960a5279f5d621ead7c178cc7a81a4 (diff)
downloadrt.equinox.p2-3605054fbf1427cf927581d82a7d818130afeb10.tar.gz
rt.equinox.p2-3605054fbf1427cf927581d82a7d818130afeb10.tar.xz
rt.equinox.p2-3605054fbf1427cf927581d82a7d818130afeb10.zip
Bug 575699 - Simplify/avoid creation of EnumerationsI20210908-1800
Change-Id: I8baac46b7b34a270b0e5d72d426534bd92eee7c0 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.p2/+/184748 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Tested-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
index 19cf0c2f6..fdd4ec76f 100644
--- a/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.core;singleton:=true
-Bundle-Version: 2.8.0.qualifier
+Bundle-Version: 2.8.100.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.equinox.internal.p2.core.Activator
Bundle-Vendor: %providerName

Back to the top