blob: 24a5eb0dec2cfd8dbffdc51dbb306691aecc5486 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2013 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Guindon (Eclipse Foundation)- initial API and implementation
*******************************************************************************/
# See bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=412227
header("Location: http://projects.eclipse.org/list-of-projects");
exit;
?>