blob: c0ac96562e6b8c0f2d54841c606f69c55e4b8dad [file] [log] [blame]
<?php
/******************************************************************************
* Copyright (c) 2013, 2014 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.1.1" => array("2007/08/23","http://archive.eclipse.org/modeling/emf/transaction/downloads/drops/1.1.1/R200708231550"),
"1.1.0" => array("2007/06/20","http://archive.eclipse.org/modeling/emf/transaction/downloads/drops/1.1.0/R200706201332"),
"1.0.3" => array("2006/11/16","http://archive.eclipse.org/modeling/emf/transaction/downloads/drops/1.0.3/R200611161636"),
"1.0.2" => array("2006/11/16","http://archive.eclipse.org/modeling/emf/transaction/downloads/drops/1.0.2/R200610301644"),
"1.0.1" => array("2006/09/25","http://archive.eclipse.org/modeling/emf/transaction/downloads/drops/1.0.1/R200609250922"),
"1.0.0" => array("2006/06/26","http://archive.eclipse.org/modeling/emf/transaction/downloads/drops/1.0.0/R200606261303"),
);
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
}
?>