Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2014-08-19 14:55:20 +0000
committerMarc Khouzam2014-08-19 14:55:20 +0000
commit8753a61a36fb3abedd46208b24f1e54e4b8b5a8a (patch)
treedbd9a1503aa0e49e1161d48158d2606691ff5321
parent0f9bc0bea4844b50f2d34d37e4325905e24f1f36 (diff)
downloadorg.eclipse.cdt-8753a61a36fb3abedd46208b24f1e54e4b8b5a8a.tar.gz
org.eclipse.cdt-8753a61a36fb3abedd46208b24f1e54e4b8b5a8a.tar.xz
org.eclipse.cdt-8753a61a36fb3abedd46208b24f1e54e4b8b5a8a.zip
Point cdt_8_5 build to its own location
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
-rw-r--r--releng/org.eclipse.cdt.repo/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.repo/pom.xml b/releng/org.eclipse.cdt.repo/pom.xml
index 8aa11274a13..b7fe7c38436 100644
--- a/releng/org.eclipse.cdt.repo/pom.xml
+++ b/releng/org.eclipse.cdt.repo/pom.xml
@@ -23,7 +23,7 @@
<profile>
<id>production</id>
<properties>
- <cdt-download-dir>/home/data/httpd/download.eclipse.org/tools/cdt/builds/master/nightly</cdt-download-dir>
+ <cdt-download-dir>/home/data/httpd/download.eclipse.org/tools/cdt/builds/8.5/nightly</cdt-download-dir>
</properties>
<build>
<plugins>

Back to the top