Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodor Boev2018-05-04 13:26:42 +0000
committerAlexander Kurtakov2018-06-01 15:48:28 +0000
commit0c85a21c906722b458e3841d7ca29d7e613ea5b0 (patch)
treeaea7bbaba2574a111aec81c311cfe91ef2b23651 /bundles/org.eclipse.equinox.p2.director.app/META-INF/MANIFEST.MF
parentc98a1d4f43b728e0864fe0c166bc6aae9e420b46 (diff)
downloadrt.equinox.p2-0c85a21c906722b458e3841d7ca29d7e613ea5b0.tar.gz
rt.equinox.p2-0c85a21c906722b458e3841d7ca29d7e613ea5b0.tar.xz
rt.equinox.p2-0c85a21c906722b458e3841d7ca29d7e613ea5b0.zip
Bug 534372 - Cleaned up the p2 director log logic
Concentrated all output into the ILog facade: std streams and the log. Added a DefaultLog implementation of ILog instead of using if-s. All code related to the "stacktrace" flag is dead since it can't be set from the command line. Removed to simplify logic. Change-Id: Ia9a4009701eb3370d7b8a158ee4d9612286eea69 Signed-off-by: Todor Boev <rinsvind@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director.app/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.director.app/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director.app/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.director.app/META-INF/MANIFEST.MF
index f9d983c6d..140fafc36 100644
--- a/bundles/org.eclipse.equinox.p2.director.app/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.director.app/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.app;singleton:=true
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.1.100.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.director.app.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top