Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorJonah Graham2017-11-08 14:11:39 +0000
committerJonah Graham2017-11-08 14:11:39 +0000
commit2bc9836f68a8597e552d4d5b42e15d85c6944e81 (patch)
tree6869c603fcbd751bede144e3a6cc65b88a9f470b /releng
parentffdb004e6711ddffc0174341f97dfc44d8619246 (diff)
downloadorg.eclipse.cdt-2bc9836f68a8597e552d4d5b42e15d85c6944e81.tar.gz
org.eclipse.cdt-2bc9836f68a8597e552d4d5b42e15d85c6944e81.tar.xz
org.eclipse.cdt-2bc9836f68a8597e552d4d5b42e15d85c6944e81.zip
Bump cdt-baseline sequence number
When the baseline was changed to CDT 9.3, the sequence number was not changed. That means that Eclipse PDE does not "see" the change to the content and therefore while it appears that the baseline is 9.3, it will continue to actually be 9.2, leading to lots of API errors. Change-Id: Ie4103f24fe28afcadd8722b0da463febe372bdd8
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.target/cdt-baseline.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.target/cdt-baseline.target b/releng/org.eclipse.cdt.target/cdt-baseline.target
index aeb4607cdf9..40dbaaa6833 100644
--- a/releng/org.eclipse.cdt.target/cdt-baseline.target
+++ b/releng/org.eclipse.cdt.target/cdt-baseline.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="cdt-baseline" sequenceNumber="11">
+<?pde version="3.8"?><target name="cdt-baseline" sequenceNumber="12">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.gnu.build.source.feature.group" version="0.0.0"/>

Back to the top