Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2021-09-15 01:00:28 +0000
committerJonah Graham2021-09-15 01:00:28 +0000
commit6f98ae82fa20cda82cb017c663bb5c9e071405d8 (patch)
tree22c48f7d757365e9d46b43132835776852ff8df1
parent66239d497e0cc24a21309afbe8f8a4a1ac56916e (diff)
downloadorg.eclipse.cdt-6f98ae82fa20cda82cb017c663bb5c9e071405d8.tar.gz
org.eclipse.cdt-6f98ae82fa20cda82cb017c663bb5c9e071405d8.tar.xz
org.eclipse.cdt-6f98ae82fa20cda82cb017c663bb5c9e071405d8.zip
[releng] Point at specific p2 repo for platformCDT_10_4_1cdt_10_4
This URL is only used for help generation, but as we are trying to build before 4.21 is released, avoid the composite and point at the direct repo. Change-Id: I5ed3cde2231af78ca6a75829bbd2a99f93ed5ed7
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e49396e5db3..c85aee676da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
<!-- When changing this value, consider also bumping the version numbers of all the docs plug-ins so that compare&replace does not
replace the the newly built docs because the only change is in the filtered out index/* resources. -->
- <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.21/</help-docs-eclipserun-repo>
+ <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/</help-docs-eclipserun-repo>
<tycho.scmUrl>scm:git:https://git.eclipse.org/r/cdt/org.eclipse.cdt</tycho.scmUrl>
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>

Back to the top