blob: 80ad9fc9429945d86c3ac4a06bd9cdb31d1879a5 [file] [log] [blame]
<?php
include( $_SERVER['DOCUMENT_ROOT'] . "/rap/_projectCommon.php" );
$pageTitle = "RAP - 1.4 Downloads";
$pageKeywords = "ajax, rap, osgi, equinox, eclipse rap, equinox rap";
$pageAuthor = "The RAP Team";
$html = xslt( 'builds.xml', '_index.xsl' );
$navPosition = array( "download", "achive" );
generateRapPage( $pageAuthor, $pageKeywords, $pageTitle, $html, $navPosition );
?>