Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml')
-rw-r--r--production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml
index 8c085f4af..f0fdbe98d 100644
--- a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml
+++ b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml
@@ -36,20 +36,12 @@
in Eclipse's UI, it does not change. -->
<updatecomposite
repotocreate="/home/data/httpd/download.eclipse.org/eclipse/updates/I-builds"
- repotopointto="http://download.eclipse.org/eclipse/updates/${currentStream}-I-builds/"
+ repotopointto="https://download.eclipse.org/eclipse/updates/${currentStream}-I-builds/"
reponame="Eclipse Project current integration builds repository" />
<updatecomposite
- repotocreate="/home/data/httpd/download.eclipse.org/eclipse/updates/N-builds"
- repotopointto="http://download.eclipse.org/eclipse/updates/${currentStream}-N-builds/"
- reponame="Eclipse Project current nightly builds repository" />
- <updatecomposite
repotocreate="/home/data/httpd/download.eclipse.org/eclipse/updates/milestones"
- repotopointto="http://download.eclipse.org/eclipse/updates/${currentStream}milestones/"
+ repotopointto="https://download.eclipse.org/eclipse/updates/${currentStream}milestones/"
reponame="Eclipse Project current milestone builds repository" />
- <updatecomposite
- repotocreate="/home/data/httpd/download.eclipse.org/eclipse/updates/M-builds"
- repotopointto="http://download.eclipse.org/eclipse/updates/${maintenanceStream}-M-builds/"
- reponame="Eclipse Project maintenance builds repository" />
</target>

Back to the top