From bfb7b6eade89a96fae731291e1ef2a5f266341f0 Mon Sep 17 00:00:00 2001
From: jlanuti <jlanuti>
Date: Mon, 17 Sep 2007 13:58:02 +0000
Subject: [PATCH] tweaked build url's

---
 .../org/eclipse/wtp/releng/wtpbuilder/AbstractBuilder.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/releng.wtptools/api/org.eclipse.wtp.releng.wtpbuilder/src/org/eclipse/wtp/releng/wtpbuilder/AbstractBuilder.java b/releng.wtptools/api/org.eclipse.wtp.releng.wtpbuilder/src/org/eclipse/wtp/releng/wtpbuilder/AbstractBuilder.java
index c344b5fa2..6a158d706 100644
--- a/releng.wtptools/api/org.eclipse.wtp.releng.wtpbuilder/src/org/eclipse/wtp/releng/wtpbuilder/AbstractBuilder.java
+++ b/releng.wtptools/api/org.eclipse.wtp.releng.wtpbuilder/src/org/eclipse/wtp/releng/wtpbuilder/AbstractBuilder.java
@@ -19,12 +19,12 @@ public abstract class AbstractBuilder implements IBuildConstants {
 	/**
 	 * The URL to the public declared build site
 	 */
-	private static final String URL_BUILD_PUBLIC = "http://www.eclipse.org/webtools/downloads/"; //$NON-NLS-1$
+	private static final String URL_BUILD_PUBLIC = "http://download.eclipse.org/webtools/downloads/"; //$NON-NLS-1$
 	
 	/**
 	 * The URL to the committers build page for continuous builds
 	 */
-	private static final String URL_BUILD_COMMITTER = "http://www.eclipse.org/webtools/committers/"; //$NON-NLS-1$
+	private static final String URL_BUILD_COMMITTER = "http://download.eclipse.org/webtools/committers/"; //$NON-NLS-1$
 	
 	/**
 	 * The default filename for the file cache of completed build scans
-- 
GitLab