blob: 1601f6796f15d9c6c299a5e1861d3f3b02d3c2c7 [file] [log] [blame]
<?php
/**
* Copyright (c) 2013, 2018 Eclipse Foundation.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - Initial implementation
* Eric Poirier (Eclipse Foundation)
*
* SPDX-License-Identifier: EPL-2.0
*/
// See bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=412227
header("Location: http://projects.eclipse.org/list-of-projects");
exit();