remove hack now that mirrors are fixed
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 6ea0274..c344b5f 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 @@
/**
* The URL to the public declared build site
*/
- private static final String URL_BUILD_PUBLIC = "http://www.eclipse.org/external/webtools/downloads/"; //$NON-NLS-1$
+ private static final String URL_BUILD_PUBLIC = "http://www.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/external/webtools/committers/"; //$NON-NLS-1$
+ private static final String URL_BUILD_COMMITTER = "http://www.eclipse.org/webtools/committers/"; //$NON-NLS-1$
/**
* The default filename for the file cache of completed build scans