Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2010-06-25 17:29:35 +0000
committerDJ Houghton2010-06-25 17:29:35 +0000
commit9d6e62c35a779515fa617ee76775ad3230df6f58 (patch)
tree8cb319b401bcb396a556c08726d90f59e874635f /bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
parent7b05b6a3fd276f82bb2c57f5f1122f849a9a8016 (diff)
downloadrt.equinox.p2-9d6e62c35a779515fa617ee76775ad3230df6f58.tar.gz
rt.equinox.p2-9d6e62c35a779515fa617ee76775ad3230df6f58.tar.xz
rt.equinox.p2-9d6e62c35a779515fa617ee76775ad3230df6f58.zip
Bug 312254 - Plan verifier to allow third party plugin to veto a provisioning planv20100625R3_6_maintenance_patches
Bug 313905 - [reconciler] Second startup after update also slow Bug 313447 - Avoid MD5 computation for publishing from dropins reconciler
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
index a9490e15d..66cf0ffd8 100644
--- a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.director;singleton:=true
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.0.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.equinox.internal.p2.director.DirectorActivator
Bundle-Vendor: %providerName

Back to the top