blob: 5bcf420a1acce87c08fc0d714b7f0e99af178aa6 [file] [log] [blame]
<?php
/******************************************************************************
* Copyright (c) 2013, 2016 IBM Corporation 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:
* IBM Corporation - initial implementation
****************************************************************************/
$oldrels = array(
"1.9.0" => array("2015/06/25","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.9.0/R201505312221"),
"1.8.0" => array("2014/06/25","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.8.0/R201405281426"),
"1.7.0" => array("2013/06/26","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.7.0/R201306111332"),
"1.6.0" => array("2012/06/24","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.6.0/R201206271200"),
"1.5.0" => array("2011/06/24","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.5.0/R201106221722"),
"1.4.0" => array("2010/06/20","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.4.0/R201006151000"),
"1.3.0" => array("2009/06/20","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.3.0/R200906221200"),
"1.2.0" => array("2008/06/20","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.2.0/R200806091744"),
"1.1.1" => array("2007/11/28","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.1.1/R200711281257"),
"1.1.0" => array("2007/06/20","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.1.0/R200706201159"),
"1.0.2" => array("2006/11/16","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.0.2/R200611161603"),
"1.0.1" => array("2006/09/25","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.0.1/R200609250852"),
"1.0.0" => array("2006/06/26","http://archive.eclipse.org/modeling/emf/query/downloads/drops/1.0.0/R200606261130"),
);
function showNotes()
{
?>
<div class="homeitem3col">
<p>All downloads are provided under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
</div>
<?php
}
?>