Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-08 12:56:24 +0000
committerAlexander Kurtakov2020-08-08 13:11:22 +0000
commit863cf23d5d9a289f424776e12247331a273813d9 (patch)
treec329ff65d35394350b34e05da218e685081f152a /bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF
parentf8c56ca7efb4ad3a77ffbe8047c4234df0aa651e (diff)
downloadrt.equinox.p2-863cf23d5d9a289f424776e12247331a273813d9.tar.gz
rt.equinox.p2-863cf23d5d9a289f424776e12247331a273813d9.tar.xz
rt.equinox.p2-863cf23d5d9a289f424776e12247331a273813d9.zip
IProgressMonitorWithBlocking Adapt p2 repo to new API. Change-Id: I003c95229d0bc7d032a4c5c719602daf9f5b0d1f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF
index d30efa00f..5dcc0d100 100644
--- a/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.operations;singleton:=true
-Bundle-Version: 2.5.800.qualifier
+Bundle-Version: 2.5.900.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.equinox.internal.p2.operations;x-friends:="org.eclipse.pde.ui,org.eclipse.equinox.p2.ui",

Back to the top