Skip to content
Snippets Groups Projects
Commit bfb7b6ea authored by jlanuti's avatar jlanuti
Browse files

tweaked build url's

parent fee6dabc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment