1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Possibility to override the p2 repo used to generate help documentation

needed by the tycho eclipserun plugin

Change-Id: I4551faa6503e3d34afcb4618a07f36d28c2779e8
Signed-off-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
Reviewed-on: https://git.eclipse.org/r/31547
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Alvaro Sanchez-Leon 2014-08-13 12:49:36 -04:00
parent ac8965a904
commit e3d302bc13

View file

@ -22,6 +22,7 @@
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
<target-platform>cdt-e4.4</target-platform>
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.4</help-docs-eclipserun-repo>
</properties>
<licenses>
@ -550,7 +551,7 @@
<repository>
<id>platform</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.4milestones</url>
<url>${help-docs-eclipserun-repo}</url>
</repository>
</repositories>
</configuration>