From ba208cbd06468d906743bdf4a900009fc132295c Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Mon, 6 Jan 2020 12:03:23 -0500 Subject: 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 --- debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF | 2 +- debug/org.eclipse.cdt.gdb/about.mappings | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'debug') 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 diff --git a/debug/org.eclipse.cdt.gdb/about.mappings b/debug/org.eclipse.cdt.gdb/about.mappings index 0824105e69d..936a8039c3e 100644 --- a/debug/org.eclipse.cdt.gdb/about.mappings +++ b/debug/org.eclipse.cdt.gdb/about.mappings @@ -4,6 +4,6 @@ # This file does not need to be translated. # The following should contain the build version. -# e.g. "0=20020612" -# This value will be added automaticaly via the build scripts -0=@build@ \ No newline at end of file +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} -- cgit v1.2.1