mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Make download location pluggable.
This commit is contained in:
parent
993bf8d6aa
commit
617eb9e7be
1 changed files with 4 additions and 3 deletions
7
pom.xml
7
pom.xml
|
@ -17,12 +17,13 @@
|
||||||
<properties>
|
<properties>
|
||||||
<tycho-version>0.16.0</tycho-version>
|
<tycho-version>0.16.0</tycho-version>
|
||||||
<tycho-extras-version>0.16.0</tycho-extras-version>
|
<tycho-extras-version>0.16.0</tycho-extras-version>
|
||||||
|
<download-site>http://download.eclipse.org</download-site>
|
||||||
<platform-version>3.8</platform-version>
|
<platform-version>3.8</platform-version>
|
||||||
<platform-site>http://download.eclipse.org/eclipse/updates/${platform-version}</platform-site>
|
<platform-site>${download-site}/eclipse/updates/${platform-version}</platform-site>
|
||||||
<orbit-version>R20110523182458</orbit-version>
|
<orbit-version>R20110523182458</orbit-version>
|
||||||
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/${orbit-version}/repository</orbit-site>
|
<orbit-site>${download-site}/tools/orbit/downloads/drops/${orbit-version}/repository</orbit-site>
|
||||||
<tm-version>3.3</tm-version>
|
<tm-version>3.3</tm-version>
|
||||||
<tm-site>http://download.eclipse.org/tm/updates/${tm-version}</tm-site>
|
<tm-site>${download-site}/tm/updates/${tm-version}</tm-site>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
Loading…
Add table
Reference in a new issue