Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-01-06 17:03:23 +0000
committerJonah Graham2020-01-07 00:37:46 +0000
commitba208cbd06468d906743bdf4a900009fc132295c (patch)
treea38e3cd26c4af5db9e61757c0658b9f8d49c26fe /debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF
parentd9a16a23e273ff6ee4924a21c406ca42d9bc53e1 (diff)
downloadorg.eclipse.cdt-ba208cbd06468d906743bdf4a900009fc132295c.tar.gz
org.eclipse.cdt-ba208cbd06468d906743bdf4a900009fc132295c.tar.xz
org.eclipse.cdt-ba208cbd06468d906743bdf4a900009fc132295c.zip
Bug 558827: Add build id timestamp to features properly
This was lost when the build system was moved to Maven/Tycho for CDT 8 and restores the information. Note that with the p2 baseline compare and replace this will show the build id of when the branding plugin (the one with the about.mappings) was built, which compared to the feature version may be older. The about.mappings, as it is generated on each build, is ignored from p2 compare and replace. Change-Id: I38d1fcc5f618d4037baa2c8b908952421c712fc6
Diffstat (limited to 'debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF')
-rw-r--r--debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF
index f932d043308..c4788fde2b0 100644
--- a/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.gdb;singleton:=true
-Bundle-Version: 7.0.1.qualifier
+Bundle-Version: 7.0.100.qualifier
Bundle-Activator: org.eclipse.cdt.gdb.internal.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0"
Bundle-ActivationPolicy: lazy

Back to the top