Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jtag
diff options
context:
space:
mode:
authorJonah Graham2020-01-06 17:03:23 +0000
committerJonah Graham2020-01-07 00:37:46 +0000
commitba208cbd06468d906743bdf4a900009fc132295c (patch)
treea38e3cd26c4af5db9e61757c0658b9f8d49c26fe /jtag
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 'jtag')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag/about.mappings6
1 files changed, 3 insertions, 3 deletions
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag/about.mappings b/jtag/org.eclipse.cdt.debug.gdbjtag/about.mappings
index 0824105e69d..936a8039c3e 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag/about.mappings
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag/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}

Back to the top