| <?php |
| |
| include( $_SERVER['DOCUMENT_ROOT'] . "/rap/_projectCommon.php" ); |
| |
| $PAGE_TITLE = "RAP - 1.0 Downloads"; |
| $PAGE_NAV_POSITION = array( "download", "downloads" ); |
| |
| printHeader(); |
| |
| ?> |
| |
| <div id="midcolumn"> |
| <h1>RAP 1.0</h1> |
| |
| <p> |
| Released October 2007. |
| One service release is available. |
| </p> |
| |
| <h3>Runtime</h3> |
| |
| <p> |
| Based on Eclipse 3.2 / 3.3. |
| </p> |
| |
| <ul> |
| <li> |
| RAP 1.0.1 Service Release |
| <a href="http://www.eclipse.org/rap/noteworthy/relnotes101.php"> |
| Release Notes |
| </a> |
| <br /> |
| based on Eclipse 3.2: |
| <a href="http://archive.eclipse.org/rt/rap/1.0/rap-1.0.1-R-target-3.2-20071207-1851.zip"> |
| rap-1.0.1-R-target-3.2-20071207-1851.zip |
| </a> |
| <br /> |
| based on Eclipse 3.3: |
| <a href="http://archive.eclipse.org/rt/rap/1.0/rap-1.0.1-R-target-3.3-20071207-1851.zip"> |
| rap-1.0.1-R-target-3.3-20071207-1851.zip |
| </a> |
| </li> |
| |
| <li> |
| RAP 1.0 Final |
| <a href="http://www.eclipse.org/rap/noteworthy/1.0/"> |
| New & Noteworthy |
| </a> |
| <br /> |
| based on Eclipse 3.2: |
| <a href="http://archive.eclipse.org/rt/rap/1.0/rap-1.0.0-R-target-3.2-20071010-2241.zip"> |
| rap-1.0.0-R-target-3.2-20071010-2241.zip |
| </a> |
| <br /> |
| based on Eclipse 3.3 |
| <a href="http://archive.eclipse.org/rt/rap/1.0/rap-1.0.0-R-target-3.3-20071010-2241.zip"> |
| rap-1.0.0-R-target-3.3-20071010-2241.zip |
| </a> |
| </li> |
| </ul> |
| |
| </div> |
| |
| <? |
| printFooter(); |
| ?> |