Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2015-05-11 19:56:40 +0000
committerMarc Khouzam2015-05-11 19:56:40 +0000
commit4714a3bf5942b93300bc8d1f442a9e34e3f7f223 (patch)
tree298c775e775c177935d11005014eb5c94b1ea2e2
parent406950d31fecd237c1e61934046186badee79719 (diff)
downloadorg.eclipse.cdt-4714a3bf5942b93300bc8d1f442a9e34e3f7f223.tar.gz
org.eclipse.cdt-4714a3bf5942b93300bc8d1f442a9e34e3f7f223.tar.xz
org.eclipse.cdt-4714a3bf5942b93300bc8d1f442a9e34e3f7f223.zip
Point cdt_8_7 build to its own location
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 43301c5d7ff..3958c441cda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<tycho-extras-version>0.22.0</tycho-extras-version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<cdt-site>http://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
- <repo-path>tools/cdt/builds/master/nightly</repo-path>
+ <repo-path>tools/cdt/builds/8.7/nightly</repo-path>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
<sonar.java.source>1.7</sonar.java.source>

Back to the top