Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Stornelli2019-05-29 17:03:21 +0000
committerMarco Stornelli2019-05-30 15:41:05 +0000
commit90358f53746e2227005c82d5412a8fca1c83b9cd (patch)
tree3384cc849e05adcaf1243dfef50abda2d756c248 /codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
parent1c147d87ceaa7c8d277295e3e4c59ec4aebb858f (diff)
downloadorg.eclipse.cdt-90358f53746e2227005c82d5412a8fca1c83b9cd.tar.gz
org.eclipse.cdt-90358f53746e2227005c82d5412a8fca1c83b9cd.tar.xz
org.eclipse.cdt-90358f53746e2227005c82d5412a8fca1c83b9cd.zip
Bug 355174 - Improved tests and code for quickfix
Change-Id: I032040e6c4d3c9342ebdbf72b3ba75114810a31f Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
Diffstat (limited to 'codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF')
-rw-r--r--codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF b/codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
index ca272a0877e..9724352eaf2 100644
--- a/codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
+++ b/codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers.ui;singleton:=true
-Bundle-Version: 3.2.3.qualifier
+Bundle-Version: 3.2.100.qualifier
Bundle-Activator: org.eclipse.cdt.codan.internal.checkers.ui.CheckersUiActivator
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.runtime,

Back to the top