| <?php |
| |
| include( $_SERVER['DOCUMENT_ROOT'] . "/rap/_projectCommon.php" ); |
| |
| $PAGE_TITLE = "RAP - 1.1 Downloads"; |
| $PAGE_NAV_POSITION = array( "download", "downloads" ); |
| |
| printHeader(); |
| |
| ?> |
| |
| <div id="midcolumn"> |
| <h1>RAP 1.1</h1> |
| |
| <p> |
| Released June 2008 together with Eclipse Ganymede. |
| Two service releases are available. |
| </p> |
| |
| <h3>Runtime</h3> |
| |
| <p> |
| Based on Eclipse 3.4. |
| </p> |
| |
| <ul> |
| <li>RAP 1.1.2 Service Release, based on Eclipse 3.4 |
| <a href="http://www.eclipse.org/rap/noteworthy/relnotes112.php"> |
| Release Notes |
| </a> |
| <br /> |
| <a href="http://archive.eclipse.org/rt/rap/1.1/rap-1.1.2-SR2-target-3.4-20090218-1212.zip"> |
| rap-1.1.2-SR2-target-3.4-20090218-1212.zip |
| </a> |
| </li> |
| |
| <li>RAP 1.1.1 Service Release, based on Eclipse 3.4 |
| <a href="http://www.eclipse.org/rap/noteworthy/relnotes111.php"> |
| Release Notes |
| </a> |
| <br /> |
| <a href="http://archive.eclipse.org/rt/rap/1.1/rap-1.1.1-SR1-target-3.4-20080917-1625.zip"> |
| rap-1.1.1-SR1-target-3.4-20080917-1625.zip |
| </a> |
| </li> |
| |
| <li>RAP 1.1 Release, based on Eclipse 3.4 |
| <a href="http://www.eclipse.org/rap/noteworthy/1.1/"> |
| New & Noteworthy |
| </a> |
| <br /> |
| <a href="http://archive.eclipse.org/rt/rap/1.1/rap-1.1.0-R-target-3.4-20080613-1055.zip"> |
| rap-1.1.0-R-target-3.4-20080613-1055.zip |
| </a> |
| </li> |
| </ul> |
| |
| </div> |
| |
| <? |
| |
| printFooter(); |
| |
| ?> |